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

gtklib: replace all relative imports

Changeset b6b332b16a3f

Parent bd25b68575dc

by Steve Borho

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

Change 1 of 2 Show Entire File hggtk/​gtklib.py Stacked
 
12
13
14
 
 
15
16
17
 
50
51
52
53
54
55
56
 
12
13
14
15
16
17
18
19
 
52
53
54
 
55
56
57
@@ -12,6 +12,8 @@
 from thgutil.i18n import _  from thgutil import paths   +from hggtk import hgtk +  def set_tortoise_icon(window, thgicon):   ico = paths.get_tortoise_icon(thgicon)   if ico: window.set_icon_from_file(ico) @@ -50,7 +52,6 @@
   def thgexit(window):   if thgclose(window): - import hgtk   gobject.idle_add(hgtk.thgexit, window)    def thgclose(window):