Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable thg: remove tabs

Changeset 733bb0022311

Parent 8fb75895c976

by Steve Borho

Changes to one file · Browse files at 733bb0022311 Showing diff from parent 8fb75895c976 Diff from another changeset...

Change 1 of 1 Show Entire File thg Stacked
 
13
14
15
16
17
18
19
20
21
22
 
 
 
 
 
 
 
23
24
25
 
13
14
15
 
 
 
 
 
 
 
16
17
18
19
20
21
22
23
24
25
@@ -13,13 +13,13 @@
   argv = sys.argv[1:]  if 'THG_OSX_APP' in os.environ: - # Remove the -psn argument supplied by launchd - if argv[0].startswith('-psn'): - argv = argv[1:] - # sys.path as created by py2app doesn't work quite right with demandimport - # Add the explicit path where PyQt4 and other libs are - bundlepath = os.path.dirname(os.path.realpath(__file__)) - sys.path.insert(0, os.path.join(bundlepath, 'lib/python2.6/lib-dynload')) + # Remove the -psn argument supplied by launchd + if argv[0].startswith('-psn'): + argv = argv[1:] + # sys.path as created by py2app doesn't work quite right with demandimport + # Add the explicit path where PyQt4 and other libs are + bundlepath = os.path.dirname(os.path.realpath(__file__)) + sys.path.insert(0, os.path.join(bundlepath, 'lib/python2.6/lib-dynload'))    if hasattr(sys, "frozen"):   if sys.frozen == 'windows_exe' and 'THGDEBUG' in os.environ: