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

thg: report the actual import error

Changeset 2a4f89ec0791

Parent 3f5e69db8fde

by Steve Borho

Changes to one file · Browse files at 2a4f89ec0791 Showing diff from parent 3f5e69db8fde Diff from another changeset...

Change 1 of 1 Show Entire File thg Stacked
 
29
30
31
32
 
 
33
34
35
 
29
30
31
 
32
33
34
35
36
@@ -29,7 +29,8 @@
   try:   import tortoisehg.hgqt.run -except ImportError: +except ImportError, e: + sys.stderr.write(str(e)+'\n')   sys.stderr.write("abort: couldn't find tortoisehg libraries in [%s]\n" %   os.pathsep.join(sys.path))   sys.stderr.write("(check your install and PYTHONPATH)\n")