mercurial/appendfile.py
changeset 3877 abaee83ce0a6
parent 2236 d7f866789d7e
child 4258 b11a2fb59cf5
--- a/mercurial/appendfile.py	Tue Dec 12 18:16:23 2006 -0600
+++ b/mercurial/appendfile.py	Wed Dec 13 13:27:09 2006 -0600
@@ -5,8 +5,7 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-from demandload import *
-demandload(globals(), "cStringIO changelog errno manifest os tempfile util")
+import cStringIO, changelog, errno, manifest, os, tempfile, util
 
 # writes to metadata files are ordered.  reads: changelog, manifest,
 # normal files.  writes: normal files, manifest, changelog.