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

shlib: add relative path for site-packages install

Changeset 2ebd7cabe28b

Parent 9d4bd62db78b

by Steve Borho

Changes to one file · Browse files at 2ebd7cabe28b Showing diff from parent 9d4bd62db78b Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​shlib.py Stacked
 
150
151
152
 
 
153
154
155
 
150
151
152
153
154
155
156
157
@@ -150,6 +150,8 @@
  # ... or the unix installer layout   paths.append(os.path.join(fdir, '..', '..', '..',   'share', 'pixmaps', 'tortoisehg', 'icons')) + paths.append(os.path.join(fdir, '..', '..', '..', '..', + 'share', 'pixmaps', 'tortoisehg', 'icons'))   except NameError: # __file__ is not always available   pass   for p in paths: