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

logview: replace all relative imports

Changeset 37792d6a7d99

Parent 5e50a5b2b779

by Steve Borho

Changes to one file · Browse files at 37792d6a7d99 Showing diff from parent 5e50a5b2b779 Diff from another changeset...

 
12
13
14
15
16
 
17
 
18
19
20
 
 
 
21
22
23
 
12
13
14
 
 
15
16
17
18
19
20
21
22
23
24
25
26
@@ -12,12 +12,15 @@
 import pango  import treemodel  import re -from graphcell import CellRendererGraph -from revgraph import * +  from mercurial.node import hex +  from thgutil.i18n import _  from thgutil import hglib   +from hggtk.logview.graphcell import CellRendererGraph +from hggtk.logview.revgraph import * +    class TreeView(gtk.ScrolledWindow):