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

hgtk: replace all relative imports

Changeset bab0520bccc4

Parent 2e272af1f208

by Steve Borho

Changes to one file · Browse files at bab0520bccc4 Showing diff from parent 2e272af1f208 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
47
48
49
50
 
51
52
53
 
47
48
49
 
50
51
52
53
@@ -47,7 +47,7 @@
  if '--debugger' in args:   pdb.post_mortem(sys.exc_info()[2])   error = traceback.format_exc() - from bugreport import run + from hggtk.bugreport import run   opts = {}   opts['cmd'] = ' '.join(sys.argv[1:])   opts['error'] = error