diff hgext/acl.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 1b5b98837bb5
children f6c00b17387c
line wrap: on
line diff
--- a/hgext/acl.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/hgext/acl.py	Thu Mar 06 22:23:26 2008 +0100
@@ -46,7 +46,7 @@
 #   ** = user6
 
 from mercurial.i18n import _
-from mercurial.node import *
+from mercurial.node import bin, short
 from mercurial import util
 import getpass