Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: remove duplicate RepoError import

and move Qt imports to bottom while we're at it

Changeset d98470429229

Parent c25c327ab5a1

by Adrian Buehlmann

Changes to one file · Browse files at d98470429229 Showing diff from parent c25c327ab5a1 Diff from another changeset...

 
13
14
15
16
17
18
19
20
21
 
35
36
37
38
 
 
39
40
41
 
13
14
15
 
 
 
16
17
18
 
32
33
34
 
35
36
37
38
39
@@ -13,9 +13,6 @@
   import os   -from PyQt4.QtCore import * -from PyQt4.QtGui import * -  from mercurial import hg  from mercurial.error import RepoError   @@ -35,7 +32,8 @@
   from tortoisehg.util import paths   -from mercurial.error import RepoError +from PyQt4.QtCore import * +from PyQt4.QtGui import *    connect = QObject.connect