mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 15:53:48 +00:00
Change relative imports to absolute
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user