diff --git a/tests/test-hgweb-no-path-info.t b/tests/test-hgweb-no-path-info.t --- a/tests/test-hgweb-no-path-info.t +++ b/tests/test-hgweb-no-path-info.t @@ -15,9 +15,14 @@ should be used from d74fc8dec2b4 onward summary: test $ cat > request.py < from mercurial.hgweb import hgweb, hgwebdir + > from __future__ import absolute_import + > import os + > import sys > from StringIO import StringIO - > import os, sys + > from mercurial.hgweb import ( + > hgweb, + > hgwebdir, + > ) > > errors = StringIO() > input = StringIO()