diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:59:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:59:37 -0600 |
commit | f050f7c84cccf297921968acd454e6a462e30857 (patch) | |
tree | d2dbec79b7ecb12d9dd28b20e491a454b18ecb52 /importTest.py | |
parent | 6b87edd9b7b08ca0030e5633e8a9653576f73a32 (diff) | |
download | pytde-f050f7c84cccf297921968acd454e6a462e30857.tar.gz pytde-f050f7c84cccf297921968acd454e6a462e30857.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'importTest.py')
-rw-r--r-- | importTest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/importTest.py b/importTest.py index 33fc9bc..14c2104 100644 --- a/importTest.py +++ b/importTest.py @@ -7,7 +7,7 @@ except: pytdecfg = pytdeconfig.Configuration () -#modules = ["dcop", "tdecore", "tdesu", "tdefx", "tdeui", "kio", "kfile", "tdeparts", "tdehtml", "kjs", "tdespell", "tdeprint"] +#modules = ["dcop", "tdecore", "tdesu", "tdefx", "tdeui", "kio", "tdefile", "tdeparts", "tdehtml", "kjs", "tdespell", "tdeprint"] print "Modules built:" print " ",pytdecfg.pytde_modules print |