diff mercurial/sshserver.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 (2008-03-06)
parents 323b9c55b328
children 3b6f18851d87
line wrap: on
line diff
--- a/mercurial/sshserver.py
+++ b/mercurial/sshserver.py
@@ -7,7 +7,7 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 from i18n import _
-from node import *
+from node import bin, hex
 import os, streamclone, sys, tempfile, util, hook
 
 class sshserver(object):