diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:14:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:14:34 -0600 |
commit | 57e2ced52bf3ba886bb7710212167a86e20305e6 (patch) | |
tree | e08b1e82e83f5afa861dc9eeb833dc4bd593900b /importTest.py | |
parent | ccad7a42d96879251c4971e51aac269f61a0ccf8 (diff) | |
download | pytde-57e2ced52bf3ba886bb7710212167a86e20305e6.tar.gz pytde-57e2ced52bf3ba886bb7710212167a86e20305e6.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 1a36338..33fc9bc 100644 --- a/importTest.py +++ b/importTest.py @@ -7,7 +7,7 @@ except: pytdecfg = pytdeconfig.Configuration () -#modules = ["dcop", "tdecore", "tdesu", "tdefx", "tdeui", "kio", "kfile", "kparts", "khtml", "kjs", "kspell", "tdeprint"] +#modules = ["dcop", "tdecore", "tdesu", "tdefx", "tdeui", "kio", "kfile", "tdeparts", "tdehtml", "kjs", "tdespell", "tdeprint"] print "Modules built:" print " ",pytdecfg.pytde_modules print |