Adjust some imports

This commit is contained in:
mpm@selenic.com 2005-08-27 14:59:25 -07:00
parent 13cd5a12bb
commit 016db4f3e8
2 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,8 @@ This software may be used and distributed according to the terms
of the GNU General Public License, incorporated herein by reference. of the GNU General Public License, incorporated herein by reference.
""" """
import sys, struct, os import struct, os
from revlog import * from node import *
from demandload import * from demandload import *
demandload(globals(), "time bisect stat util") demandload(globals(), "time bisect stat util")

View File

@ -5,7 +5,6 @@
# This software may be used and distributed according to the terms # This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference. # of the GNU General Public License, incorporated herein by reference.
import os
import util import util
from node import * from node import *
from repo import * from repo import *