Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

hglib: remove two unused imports

Changeset 7712a5446a93

Parent db4ffe12a0aa

by Steve Borho

Changes to one file · Browse files at 7712a5446a93 Showing diff from parent db4ffe12a0aa Diff from another changeset...

Change 1 of 1 Show Entire File thgutil/​hglib.py Stacked
 
6
7
8
9
10
11
12
13
14
15
16
 
6
7
8
 
9
10
11
 
12
13
14
@@ -6,11 +6,9 @@
 of the GNU General Public License, incorporated herein by reference.  """   -import gtk  import os  import sys  import traceback -import Queue  import shlib  from mercurial import hg, ui, util, extensions, commands, hook