changeset 3877 | abaee83ce0a6 |
parent 3686 | 4308f4cdc07b |
child 4947 | 3e25a6eb5c9a |
--- a/mercurial/lock.py Tue Dec 12 18:16:23 2006 -0600 +++ b/mercurial/lock.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(), 'errno os socket time util') +import errno, os, socket, time, util class LockException(IOError): def __init__(self, errno, strerror, filename, desc):