Change relative imports to absolute

This commit is contained in:
david-sarah
2010-02-26 01:14:33 -07:00
parent 02d0c4eb92
commit e76092e16c
39 changed files with 56 additions and 61 deletions

View File

@ -8,7 +8,7 @@ from twisted.python import usage
pkg_resources.require('allmydata-tahoe')
from allmydata.scripts.common import BaseOptions
import debug, create_node, startstop_node, cli, keygen, stats_gatherer
from allmydata.scripts import debug, create_node, startstop_node, cli, keygen, stats_gatherer
def GROUP(s):
# Usage.parseOptions compares argv[1] against command[0], so it will