changeset 27535 | 0d0f4070f6d7 |
parent 23643 | 2205d00b6d2b |
child 28948 | 16390f4cccf0 |
--- a/tests/test-demandimport.py Wed Dec 23 16:22:20 2015 -0800 +++ b/tests/test-demandimport.py Wed Dec 23 16:22:20 2015 -0800 @@ -34,6 +34,11 @@ print "util =", f(util) print "util.system =", f(util.system) +from mercurial import hgweb +print "hgweb =", f(hgweb) +print "hgweb_mod =", f(hgweb.hgweb_mod) +print "hgweb =", f(hgweb) + import re as fred print "fred =", f(fred)