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

thgshelve: replace all relative imports

Changeset cd70b0c1cdd9

Parent 2cb38c6f5f31

by Steve Borho

Changes to one file · Browse files at cd70b0c1cdd9 Showing diff from parent 2cb38c6f5f31 Diff from another changeset...

 
11
12
13
14
15
 
 
16
17
18
 
138
139
140
141
142
 
143
144
145
 
11
12
13
 
 
14
15
16
17
18
 
138
139
140
 
 
141
142
143
144
@@ -11,8 +11,8 @@
   from thgutil.i18n import _   -from status import GStatus, FM_STATUS, FM_CHECKED, DM_CHUNK_ID, DM_REJECTED -from hggtk import hgshelve, gdialog +from hggtk.status import GStatus, FM_STATUS, FM_CHECKED, DM_CHUNK_ID, DM_REJECTED +from hggtk import hgshelve, gdialog, gtklib    class GShelve(GStatus):   """GTK+ based dialog for displaying repository status and shelving changes. @@ -138,8 +138,7 @@
  doforce = False   doappend = False   if self._has_shelve_file(): - from gtklib import MessageDialog - dialog = MessageDialog(flags=gtk.DIALOG_MODAL) + dialog = gtklib.MessageDialog(flags=gtk.DIALOG_MODAL)   dialog.set_title(_('Shelve'))   dialog.set_markup(_('<b>Shelve file exists!</b>'))   dialog.add_buttons(_('Overwrite'), 1,