diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-08-25 17:03:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-08-25 17:03:57 -0400 |
commit | 88e9bef040e05e0d94846577cd1c0a3d8f9a0653 (patch) | |
tree | 32a7d32dc9bfda3b3c3a6c1187e4cc9312b2ef6c /lib/thandy | |
parent | 4c383af36602612be745764463dd76fee17ae205 (diff) |
NONE? We are python; we have no NONE. Only none.
Diffstat (limited to 'lib/thandy')
-rw-r--r-- | lib/thandy/master_keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thandy/master_keys.py b/lib/thandy/master_keys.py index be13f52..4d014a7 100644 --- a/lib/thandy/master_keys.py +++ b/lib/thandy/master_keys.py @@ -18,5 +18,5 @@ DEFAULT_MIRRORLIST = { ], } -DEFAULT_TRACKER = NONE +DEFAULT_TRACKER = None |