diff --git a/mercurial/dirstate.py b/mercurial/dirstate.py --- 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")