diff hgext/hgcia.py @ 11750:26e413f55b5e

hgcia/color: remove star imports This plays nicer with demandimport and allows pyflakes to detect undefined names.
author Brodie Rao <brodie@bitheap.org>
date Tue, 03 Aug 2010 13:02:11 -0400
parents e764f24a45ee
children bbfae32f178e
line wrap: on
line diff
--- a/hgext/hgcia.py	Tue Aug 03 13:59:14 2010 -0300
+++ b/hgext/hgcia.py	Tue Aug 03 13:02:11 2010 -0400
@@ -40,7 +40,7 @@
 """
 
 from mercurial.i18n import _
-from mercurial.node import *
+from mercurial.node import bin, short
 from mercurial import cmdutil, patch, templater, util, mail
 import email.Parser