[tor-commits] [oonib/master] remove unused (and confusing) global

art at torproject.org art at torproject.org
Wed Apr 23 14:31:52 UTC 2014


commit d61784b8bad62d5be71975db2359b784db7b7dcb
Author: Darius Bacon <darius at wry.me>
Date:   Tue Apr 15 16:30:54 2014 -0700

    remove unused (and confusing) global
---
 oonib/config.py |    1 -
 1 file changed, 1 deletion(-)

diff --git a/oonib/config.py b/oonib/config.py
index afe3091..1388e6b 100644
--- a/oonib/config.py
+++ b/oonib/config.py
@@ -46,6 +46,5 @@ class Config(object):
         check_path(self.main.deck_dir,    e.InvalidDeckDirectory)
 
 backend_version = __version__
-reports = {}
 
 config = Config()





More information about the tor-commits mailing list