comparison mercurial/hg.py @ 1094:221b5252864c

Adjust some imports
author mpm@selenic.com
date Sat, 27 Aug 2005 14:59:25 -0700
parents 1f1661c58283
children 2cf5c8a4eae5
comparison
equal deleted inserted replaced
1093:1f1661c58283 1094:221b5252864c
3 # Copyright 2005 Matt Mackall <mpm@selenic.com> 3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
4 # 4 #
5 # This software may be used and distributed according to the terms 5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference. 6 # of the GNU General Public License, incorporated herein by reference.
7 7
8 import os
9 import util 8 import util
10 from node import * 9 from node import *
11 from repo import * 10 from repo import *
12 from demandload import * 11 from demandload import *
13 demandload(globals(), "localrepo httprepo sshrepo") 12 demandload(globals(), "localrepo httprepo sshrepo")