mercurial/lock.py
changeset 3886 abaee83ce0a6
parent 3686 4308f4cdc07b
child 4929 3e25a6eb5c9a
--- a/mercurial/lock.py
+++ b/mercurial/lock.py
@@ -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(), 'errno os socket time util')
+import errno, os, socket, time, util
 
 class LockException(IOError):
     def __init__(self, errno, strerror, filename, desc):