changeset 613 | 5374955ec5b1 |
parent 608 | d2994b5298fb |
child 662 | b55a78595ef6 |
--- a/mercurial/ui.py Mon Jul 04 12:15:44 2005 -0800 +++ b/mercurial/ui.py Mon Jul 04 12:16:27 2005 -0800 @@ -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,