diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-10 15:25:52 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-10 15:26:41 -0500 |
commit | af57d31dfb26a7c3d6fe403e0fdb7d540c22d4de (patch) | |
tree | 3b334c9e3de88f61255ef0415c38ed8c5d961dc8 /config.py | |
parent | 2b721124f5122faae5709e5e2dd8035f392c1361 (diff) | |
parent | fa11d216d567cec3c96c964829c51bd923b493c5 (diff) |
Merge branch 'master' into bash-port
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ for var in boolvars: else: print('%s is not True or False' % var) +# Rsync commands +rsync_list_command="rsync -a --no-motd --list-only " + # Classes and Exceptions class NonValidFile(ValueError): pass class NonValidDir(ValueError): pass |