Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

history: remove unused imports

Changeset cf95c9e69960

Parent 4f7142691c9c

by Henrik Stuart

Changes to one file · Browse files at cf95c9e69960 Showing diff from parent 4f7142691c9c Diff from another changeset...

 
11
12
13
14
15
16
17
 
19
20
21
22
 
23
24
25
 
11
12
13
 
14
15
16
 
18
19
20
 
21
22
23
24
@@ -11,7 +11,6 @@
 import gtk  import gobject  import Queue -import StringIO  import shutil  import tempfile  import atexit @@ -19,7 +18,7 @@
 from mercurial import ui, hg, cmdutil, commands, extensions, util, match, url    from tortoisehg.util.i18n import _ -from tortoisehg.util import hglib, paths, thread2 +from tortoisehg.util import hglib, thread2    from tortoisehg.hgtk.logview.treeview import TreeView as LogTreeView