mercurial/hg.py
changeset 6217 fe8dbbe9520d
parent 6211 f89fd07fc51d
child 6315 5c96a4bca66b
--- a/mercurial/hg.py	Thu Mar 06 22:23:41 2008 +0100
+++ b/mercurial/hg.py	Thu Mar 06 22:51:16 2008 +0100
@@ -6,8 +6,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 bin, hex, nullid, nullrev, short
-from repo import NoCapability, RepoError
 from i18n import _
 import localrepo, bundlerepo, httprepo, sshrepo, statichttprepo
 import errno, lock, os, shutil, util, extensions