Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.5, 0.6, and 0.7

hgtk: remove redundant import

Changeset bfc4ae953cf3

Parent 458e997557b9

by TK Soh

Changes to one file · Browse files at bfc4ae953cf3 Showing diff from parent 458e997557b9 Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
149
150
151
152
153
154
155
 
149
150
151
 
152
153
154
@@ -149,7 +149,6 @@
  # try to guess the repo from first of file args   root = None   if args: - from hggtk import hglib   root=hglib.rootpath(args[0])   if root:   cmdoptions['root'] = os.path.abspath(root)