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

hgtk: use semicolon as path delimiter in error message

Changeset bac34ff75483

Parent db9d66a869ac

by Steve Borho

Changes to one file · Browse files at bac34ff75483 Showing diff from parent db9d66a869ac Diff from another changeset...

Change 1 of 1 Show Entire File hgtk Stacked
 
37
38
39
40
 
41
42
43
 
37
38
39
 
40
41
42
43
@@ -37,7 +37,7 @@
  import hggtk.hgtk  except ImportError:   sys.stderr.write("abort: couldn't find hggtk libraries in [%s]\n" % - ' '.join(sys.path)) + ';'.join(sys.path))   sys.stderr.write("(check your install and PYTHONPATH)\n")   sys.exit(-1)