mercurial/dirstate.py
changeset 2470 fe1689273f84
parent 2448 b77a2ef61b81
child 2485 885de96eb542
--- a/mercurial/dirstate.py
+++ b/mercurial/dirstate.py
@@ -7,11 +7,10 @@ This software may be used and distribute
 of the GNU General Public License, incorporated herein by reference.
 """
 
-import struct, os
 from node import *
 from i18n import gettext as _
 from demandload import *
-demandload(globals(), "time bisect stat util re errno")
+demandload(globals(), "struct os time bisect stat util re errno")
 
 class dirstate(object):
     format = ">cllll"