Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable tag: clean up unused import

Changeset ec4f9e54d69d

Parent f13c17c58639

by Yuya Nishihara

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

 
5
6
7
8
9
10
11
12
13
14
 
5
6
7
 
 
 
 
8
9
10
@@ -5,10 +5,6 @@
 # This software may be used and distributed according to the terms of the  # GNU General Public License version 2, incorporated herein by reference.   -import os - -from mercurial import error, util -  from tortoisehg.util import hglib, i18n  from tortoisehg.hgqt.i18n import _  from tortoisehg.hgqt import qtlib, cmdui