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

stable thg: fixed typo

Changeset 55bc58997dca

Parent 20ba1622c062

by David Golub

Changes to one file · Browse files at 55bc58997dca Showing diff from parent 20ba1622c062 Diff from another changeset...

Change 1 of 1 Show Entire File thg Stacked
 
17
18
19
20
 
21
22
23
 
17
18
19
 
20
21
22
23
@@ -17,7 +17,7 @@
  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.realname(__file__)) + 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"):