From d424535c61d5809d63f57aedcb230afcefbeda76 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sat, 18 Jan 2014 16:58:42 +0100 Subject: Rename kdedesigner => tdedesigner --- src/kdedesigner.py | 25 ------------------------- src/tdedesigner.py | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 src/kdedesigner.py create mode 100644 src/tdedesigner.py (limited to 'src') diff --git a/src/kdedesigner.py b/src/kdedesigner.py deleted file mode 100644 index 7a2b898..0000000 --- a/src/kdedesigner.py +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/python -############################################################################ -# kdedesigner - description # -# ------------------------------ # -# begin : Thu Apr 21 2005 # -# copyright : (C) 2005 by Simon Edwards # -# email : simon@simonzone.com # -# # -########################################################################### -# # -# This program is free software; you can redistribute it and/or modify # -# it under the terms of the GNU Library General Public License as # -# published by the Free Software Foundation; either version 2 of the # -# License, or (at your option) any later version. # -# # -########################################################################### - -import __builtin__ -import qtuicompiler - -python_import = __builtin__.__import__ -def load(*args): - qtuicompiler.DynamicImport(args,True) - return apply(python_import,args) -__builtin__.__import__ = load diff --git a/src/tdedesigner.py b/src/tdedesigner.py new file mode 100644 index 0000000..ca58728 --- /dev/null +++ b/src/tdedesigner.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +############################################################################ +# tdedesigner - description # +# ------------------------------ # +# begin : Thu Apr 21 2005 # +# copyright : (C) 2005 by Simon Edwards # +# email : simon@simonzone.com # +# # +########################################################################### +# # +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU Library General Public License as # +# published by the Free Software Foundation; either version 2 of the # +# License, or (at your option) any later version. # +# # +########################################################################### + +import __builtin__ +import qtuicompiler + +python_import = __builtin__.__import__ +def load(*args): + qtuicompiler.DynamicImport(args,True) + return apply(python_import,args) +__builtin__.__import__ = load -- cgit v1.2.3