mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 15:53:48 +00:00
setup: remove pkg_resources.require() from create_node.py and add it to runner.py
Brian correctly points out that the latter is an entry point.
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
|
||||
import sys
|
||||
from cStringIO import StringIO
|
||||
|
||||
import pkg_resources
|
||||
pkg_resources.require('twisted')
|
||||
from twisted.python import usage
|
||||
|
||||
pkg_resources.require('allmydata-tahoe')
|
||||
from allmydata.scripts.common import BaseOptions
|
||||
import debug, create_node, startstop_node, cli, keygen
|
||||
|
||||
|
Reference in New Issue
Block a user