VCS/__init__.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 791
9ec2ac20e54e
--- 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

eric ide

mercurial