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

stable cachethg: use relative imports for util modules

Changeset e555264e8dcd

Parent f261fb812eb6

by Steve Borho

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

 
9
10
11
12
13
14
 
15
16
17
 
9
10
11
 
 
 
12
13
14
15
@@ -9,9 +9,7 @@
 import sys    from mercurial import hg, cmdutil, util, ui, node, merge, error -import paths -import debugthg -import hglib +from tortoisehg.util import paths, debugthg, hglib    debugging = False  enabled = True