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

serve: add explicit import for mercurial.hgweb.server

demandimport is a messy thing

Changeset a3f26e625aef

Parent f6826aade658

by Steve Borho

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

 
9
10
11
 
12
13
14
 
9
10
11
12
13
14
15
@@ -9,6 +9,7 @@
 from PyQt4.QtCore import *  from PyQt4.QtGui import *  from mercurial import extensions, hgweb, util +from mercurial.hgweb import server  from tortoisehg.hgqt import cmdui, qtlib  from tortoisehg.hgqt.i18n import _