commit 1c1e3d73086e47ef17031a55909853f8f0812516 Author: Darius Bacon darius@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()
tor-commits@lists.torproject.org