Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

thg: only use win32tracetil when built as non-console app

Changeset 4dbb61bdf1c6

Parent 37ecf43764f9

by Steve Borho

Changes to one file · Browse files at 4dbb61bdf1c6 Showing diff from parent 37ecf43764f9 Diff from another changeset...

Change 1 of 1 Show Entire File thg Stacked
 
12
13
14
15
 
16
17
18
 
12
13
14
 
15
16
17
18
@@ -12,7 +12,7 @@
 import sys    if hasattr(sys, "frozen"): - if 'THGDEBUG' in os.environ: + if sys.frozen == 'windows_exe' and 'THGDEBUG' in os.environ:   import win32traceutil   print 'starting'  else: