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

hgtk: blacklist win32com.shell

Fixes demandimport loop with py2exe -b1 or -b2 is used.

Changeset 9de5a3d6d776

Parent 2025decc60ef

by Steve Borho

Changes to one file · Browse files at 9de5a3d6d776 Showing diff from parent 2025decc60ef Diff from another changeset...

Change 1 of 1 Show Entire File hgtk Stacked
 
26
27
28
29
30
 
 
 
31
32
33
 
26
27
28
 
 
29
30
31
32
33
34
@@ -26,8 +26,9 @@
 pygtk.require('2.0')  import gtk   -from mercurial import demandimport; demandimport.enable() -import sys +from mercurial import demandimport; +demandimport.ignore.append('win32com.shell') +demandimport.enable()  import cStringIO    try: