tahoe-lafs/src/allmydata/scripts
meejah e63ee9b37e
Merge pull request #604 from ArdaXi/master
Make isdir argument to _ErrorTarget optional
2019-04-28 04:30:58 +00:00
..
__init__.py move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything 2006-12-14 03:39:50 -07:00
admin.py replaced all remaining instances of the print statement with the print function 2019-03-24 14:14:00 +01:00
backupdb.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
cli.py replaced all remaining instances of the print statement with the print function 2019-03-24 14:14:00 +01:00
common_http.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
common.py replaced all remaining instances of the print statement with the print function 2019-03-24 14:14:00 +01:00
create_node.py updated instances of octal literals to use the format 0o123 for python3 compatibility 2019-03-29 11:08:44 +01:00
debug.py removed tuple unpacking in function definitons for python3 compatibility 2019-04-18 13:37:18 +02:00
default_nodedir.py refactor scripts/common.py: move _default_nodedir out to its own file 2015-05-26 11:27:57 -07:00
magic_folder_cli.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
runner.py updated string literal syntax for python3 compatibility 2019-04-25 11:18:33 +02:00
slow_operation.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
stats_gatherer.py replaced all remaining instances of the print statement with the print function 2019-03-24 14:14:00 +01:00
tahoe_add_alias.py replaced print statement with print fuction for all tahoe_* scripts 2019-03-24 14:10:02 +01:00
tahoe_backup.py Make isdir argument to _ErrorTarget optional 2019-04-21 19:33:41 +02:00
tahoe_check.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_cp.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_daemonize.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_get.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_invite.py replaced print statement with print fuction for all tahoe_* scripts 2019-03-24 14:10:02 +01:00
tahoe_ls.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_manifest.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_mkdir.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_mv.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_put.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_restart.py replaced print statement with print fuction for all tahoe_* scripts 2019-03-24 14:10:02 +01:00
tahoe_run.py Split up startstop_node and add 'tahoe daemonize' 2017-09-19 10:39:19 -06:00
tahoe_start.py replaced print statement with print fuction for all tahoe_* scripts 2019-03-24 14:10:02 +01:00
tahoe_status.py Handle all the status cases 2018-05-23 13:59:42 -04:00
tahoe_stop.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_unlink.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_webopen.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00