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

thgshelve: remove obsolete imports

Changeset dfd589b76451

Parent d6e186edcbba

by Steve Borho

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

 
12
13
14
15
 
16
17
18
 
12
13
14
 
15
16
17
18
@@ -12,7 +12,7 @@
 from thgutil.i18n import _  from thgutil import hglib   -from hggtk.status import GStatus, FM_STATUS, FM_CHECKED, DM_CHUNK_ID, DM_REJECTED +from hggtk.status import GStatus, FM_STATUS, FM_CHECKED  from hggtk import hgshelve, gdialog, gtklib    class GShelve(GStatus):