Mercurial > hg > mercurial-source
diff mercurial/dirstate.py @ 1094:221b5252864c
Adjust some imports
author | mpm@selenic.com |
---|---|
date | Sat, 27 Aug 2005 14:59:25 -0700 (2005-08-27) |
parents | 142b5d5ec9cc |
children | 98988cc3723a |
line wrap: on
line diff
--- a/mercurial/dirstate.py +++ b/mercurial/dirstate.py @@ -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")