mercurial/dirstate.py
changeset 1094 221b5252864c
parent 1089 142b5d5ec9cc
child 1104 98988cc3723a
--- a/mercurial/dirstate.py
+++ b/mercurial/dirstate.py
@@ -7,8 +7,8 @@ This software may be used and distribute
 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")