Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

dialog: remove cruft from top of dialog.py file

removing import of gtk.glade here removes that dependency from py2exe
Thanks to feedback from pachi.

Changeset 3d9bc7d3ba59

Parent d49805b2d53c

by Steve Borho

Changes to one file · Browse files at 3d9bc7d3ba59 Showing diff from parent d49805b2d53c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​dialog.py Stacked
 
14
15
16
17
18
19
20
21
22
 
 
23
24
25
26
27
 
14
15
16
 
 
 
 
 
 
17
18
19
 
20
21
22
@@ -14,14 +14,9 @@
 # along with this program; if not, write to the Free Software  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA   -try: - import pygtk - pygtk.require("2.0") -except: - pass - +import pygtk +pygtk.require("2.0")  import gtk -import gtk.glade  from gtklib import MessageDialog