Mercurial > hg-stable
diff hgext/win32text.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 | f8ad3b76e923 |
children | e75aab656f46 |
line wrap: on
line diff
--- a/hgext/win32text.py Fri Mar 07 00:24:36 2008 +0100 +++ b/hgext/win32text.py Thu Mar 06 22:23:26 2008 +0100 @@ -24,7 +24,7 @@ from mercurial import util, ui from mercurial.i18n import gettext as _ -from mercurial.node import * +from mercurial.node import bin, short import re # regexp for single LF without CR preceding.