diff hgext/imerge.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 7855b88ba838
children 5c5e45766224
line wrap: on
line diff
--- a/hgext/imerge.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/hgext/imerge.py	Thu Mar 06 22:23:26 2008 +0100
@@ -6,7 +6,7 @@
 '''
 
 from mercurial.i18n import _
-from mercurial.node import *
+from mercurial.node import hex, short
 from mercurial import commands, cmdutil, dispatch, fancyopts
 from mercurial import hg, filemerge, util
 import os, tarfile