diff hgext/convert/hg.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 942287cb1f57
children e75aab656f46
line wrap: on
line diff
--- a/hgext/convert/hg.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/hgext/convert/hg.py	Thu Mar 06 22:23:26 2008 +0100
@@ -15,7 +15,7 @@
 
 import os, time
 from mercurial.i18n import _
-from mercurial.node import *
+from mercurial.node import bin, hex, nullid
 from mercurial import hg, lock, revlog, util
 
 from common import NoRepo, commit, converter_source, converter_sink