mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 07:48:11 +00:00
Allow tahoe to be run using 'python -m allmydata.scripts.runner'.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
@ -166,3 +166,6 @@ def run(install_node_control=True):
|
||||
rc = 1
|
||||
|
||||
sys.exit(rc)
|
||||
|
||||
if __name__ == "__main__":
|
||||
run()
|
||||
|
Reference in New Issue
Block a user