mercurial/dispatch.py
changeset 6211 f89fd07fc51d
parent 6150 aafdea37f796
child 6217 fe8dbbe9520d
--- a/mercurial/dispatch.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/mercurial/dispatch.py	Thu Mar 06 22:23:26 2008 +0100
@@ -5,7 +5,6 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-from node import *
 from i18n import _
 import os, sys, atexit, signal, pdb, traceback, socket, errno, shlex, time
 import util, commands, hg, lock, fancyopts, revlog, version, extensions, hook