VCS/ProjectHelper.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 453
a81097a85889
child 792
a13346916170
--- a/VCS/ProjectHelper.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/VCS/ProjectHelper.py	Sun Jan 31 18:31:28 2010 +0000
@@ -8,7 +8,6 @@
 """
 
 import os
-import sys
 import shutil
 import copy
 
@@ -17,13 +16,11 @@
 
 from E5Gui.E5Application import e5App
 
-import VCS
 from .CommandOptionsDialog import vcsCommandOptionsDialog
 from .RepositoryInfoDialog import VcsRepositoryInfoDialog
 
 from E5Gui.E5Action import E5Action
 
-import Utilities
 import Preferences
 
 class VcsProjectHelper(QObject):
@@ -472,4 +469,4 @@
         """
         info = self.vcs.vcsRepositoryInfos(self.project.ppath)
         dlg = VcsRepositoryInfoDialog(None, info)
-        dlg.exec_()
\ No newline at end of file
+        dlg.exec_()

eric ide

mercurial