Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

repotreeitem, repotreemodel: remove unused imports

Changeset 4e298fe5bb6c

Parent 06317f224d3b

by Yuya Nishihara

Changes to 2 files · Browse files at 4e298fe5bb6c Showing diff from parent 06317f224d3b Diff from another changeset...

 
10
11
12
13
 
14
15
16
17
18
19
 
10
11
12
 
13
14
15
 
16
17
18
@@ -10,10 +10,9 @@
 from mercurial import node  from mercurial import ui, hg, util, error   -from tortoisehg.util import hglib, paths +from tortoisehg.util import hglib  from tortoisehg.hgqt.i18n import _  from tortoisehg.hgqt import qtlib -from tortoisehg.hgqt import thgrepo    from PyQt4.QtCore import *  from PyQt4.QtGui import *
 
5
6
7
8
9
10
11
12
13
14
15
16
17
 
18
19
20
 
5
6
7
 
 
8
9
10
 
 
11
12
 
13
14
15
16
@@ -5,16 +5,12 @@
 # This software may be used and distributed according to the terms of the  # GNU General Public License version 2 or any later version.   -from mercurial import ui, hg, util, error -  from tortoisehg.util import hglib, paths  from tortoisehg.hgqt.i18n import _  from tortoisehg.hgqt import qtlib -from tortoisehg.hgqt import thgrepo -    from repotreeitem import undumpObject, AllRepoGroupItem, RepoGroupItem -from repotreeitem import RepoItem, SubrepoItem, RepoTreeItem +from repotreeitem import RepoItem, RepoTreeItem    from PyQt4.QtCore import *  from PyQt4.QtGui import *