--- a/VCS/__init__.py Sun Jan 31 17:11:22 2010 +0000 +++ b/VCS/__init__.py Sun Jan 31 18:31:28 2010 +0000 @@ -14,8 +14,6 @@ from E5Gui.E5Application import e5App -import Preferences - ###################################################################### ## Below is the factory function to instantiate the appropriate ## vcs object depending on the project settings. @@ -53,4 +51,4 @@ if vc is not None: break break - return vc \ No newline at end of file + return vc