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

dialogmixin: add missing import qtlib

Changeset 5c124bc485d3

Parent 0c68a265fa41

by Adrian Buehlmann

Changes to one file · Browse files at 5c124bc485d3 Showing diff from parent 0c68a265fa41 Diff from another changeset...

 
29
30
31
 
32
33
34
 
29
30
31
32
33
34
35
@@ -29,6 +29,7 @@
 Qt = QtCore.Qt    from tortoisehg.hgqt import should_rebuild +from tortoisehg.hgqt import qtlib    class HgDialogMixin(object):   """