diff mercurial/hgweb/protocol.py @ 6211:f89fd07fc51d

Expand import * to allow Pyflakes to find problems
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:26 +0100
parents ea161d648117
children e75aab656f46
line wrap: on
line diff
--- a/mercurial/hgweb/protocol.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/mercurial/hgweb/protocol.py	Thu Mar 06 22:23:26 2008 +0100
@@ -8,7 +8,7 @@
 import cStringIO, zlib, bz2, tempfile, errno, os, sys
 from mercurial import util, streamclone
 from mercurial.i18n import gettext as _
-from mercurial.node import *
+from mercurial.node import bin, hex
 from mercurial import changegroup as changegroupmod
 from common import HTTP_OK, HTTP_NOT_FOUND, HTTP_SERVER_ERROR