mercurial/ui.py
changeset 613 5374955ec5b1
parent 608 d2994b5298fb
child 662 b55a78595ef6
--- a/mercurial/ui.py
+++ b/mercurial/ui.py
@@ -5,7 +5,9 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-import os, sys, re, ConfigParser, util
+import os, ConfigParser
+from demandload import *
+demandload(globals(), "re socket sys util")
 
 class ui:
     def __init__(self, verbose=False, debug=False, quiet=False,