From 141b201164fdc2c4851ac220250b88774ba5d2a7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:14:32 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- src/kdedistutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kdedistutils.py') diff --git a/src/kdedistutils.py b/src/kdedistutils.py index 8b5eb0d..89fd4b4 100644 --- a/src/kdedistutils.py +++ b/src/kdedistutils.py @@ -2045,7 +2045,7 @@ class CheckPyTDE(Command): self.announce("Checking for a working PyTDE...") # Try to import modules one by one. - for k_module in ('dcop', 'tdecore', 'tdeui', 'kio', 'kfile', 'kparts', 'khtml', 'kspell'): + for k_module in ('dcop', 'tdecore', 'tdeui', 'kio', 'kfile', 'tdeparts', 'tdehtml', 'tdespell'): self.announce(k_module) try: exec('import ' + k_module) -- cgit v1.2.1