mercurial/transaction.py
changeset 3886 abaee83ce0a6
parent 2858 345bac2bc4ec
child 3893 6b4127c7d52a
--- a/mercurial/transaction.py
+++ b/mercurial/transaction.py
@@ -11,9 +11,8 @@
 # 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
 from i18n import gettext as _
-demandload(globals(), 'os')
+import os
 
 class transaction(object):
     def __init__(self, report, opener, journal, after=None):