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

shlib: avoid thgedit name collision

Changeset a1d4475a8bf2

Parent a9d9189f7b77

by Steve Borho

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

Change 1 of 2 Show Entire File hggtk/​shlib.py Stacked
 
14
15
16
 
17
18
19
 
154
155
156
157
158
 
159
160
161
 
14
15
16
17
18
19
20
 
155
156
157
 
 
158
159
160
161
@@ -14,6 +14,7 @@
 import gtk  import shelve  import time +import hgtk  from mercurial.i18n import _    class SimpleMRUList(object): @@ -154,8 +155,7 @@
   def thgexit(window):   if thgclose(window): - from hgtk import thgexit - thgexit(window) + hgtk.thgexit(window)    def thgclose(window):   if hasattr(window, 'should_live'):