mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +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:
parent
04f1a3c38d
commit
ee8bddbb1a
@ -166,3 +166,6 @@ def run(install_node_control=True):
|
||||
rc = 1
|
||||
|
||||
sys.exit(rc)
|
||||
|
||||
if __name__ == "__main__":
|
||||
run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user