[or-cvs] [bridgedb/master] Fix bug in declaration of getDB()
Nick Mathewson
nickm at seul.org
Mon Oct 12 22:40:38 UTC 2009
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon, 12 Oct 2009 17:35:36 -0400
Subject: Fix bug in declaration of getDB()
Commit: 2b45d4492d78c18424e1c4c6eeb08fd5ac0a1bc5
---
lib/bridgedb/Storage.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/bridgedb/Storage.py b/lib/bridgedb/Storage.py
index 28a7d66..95c83cd 100644
--- a/lib/bridgedb/Storage.py
+++ b/lib/bridgedb/Storage.py
@@ -285,6 +285,6 @@ def setGlobalDB(db):
global _THE_DB
_THE_DB = db
-def getDB(db):
+def getDB():
return _THE_DB
--
1.5.6.5
More information about the tor-commits
mailing list