commit 2783a0fc00bc6cb4e6ed55ee761724c637f049cc Author: Sukhbir Singh s3singh@uwaterloo.ca Date: Sun Nov 16 19:23:38 2014 +0530
Fix minor typo --- dropbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dropbox.py b/dropbox.py index 4770c47..6c84751 100644 --- a/dropbox.py +++ b/dropbox.py @@ -19,7 +19,7 @@ import ConfigParser import dropbox import gettor.core
-udef valid_format(file): +def valid_format(file): """Check for valid bundle format
Check if the given file has a valid bundle format
tor-commits@lists.torproject.org