mercurial/dirstate.py
changeset 1094 221b5252864c
parent 1093 1f1661c58283
parent 1089 142b5d5ec9cc
child 1104 98988cc3723a
--- a/mercurial/dirstate.py	Sat Aug 27 14:56:58 2005 -0700
+++ b/mercurial/dirstate.py	Sat Aug 27 14:59:25 2005 -0700
@@ -7,8 +7,8 @@
 of the GNU General Public License, incorporated herein by reference.
 """
 
-import sys, struct, os
-from revlog import *
+import struct, os
+from node import *
 from demandload import *
 demandload(globals(), "time bisect stat util")