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

gdialog: fix missing win32gui & win32con

Changeset 7368374fb0c5

Parent a256fdd288c3

by Yuki KODAMA

Changes to one file · Browse files at 7368374fb0c5 Showing diff from parent a256fdd288c3 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​gdialog.py Stacked
 
532
533
534
 
535
536
537
 
532
533
534
535
536
537
538
@@ -532,6 +532,7 @@
  return self.runCompatible()     def runWindows(self): + import win32gui, win32con   fname, customfilter, flags=win32gui.GetSaveFileNameW(   InitialDir=self.InitialDir,   Flags=win32con.OFN_EXPLORER,