[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/master] Remove commented out code from bridgedb.persistent.
commit e0076cca7f417b0d37bacc415017c8b90a3d066c
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
Date: Fri Nov 15 15:08:11 2013 +0000
Remove commented out code from bridgedb.persistent.
---
lib/bridgedb/persistent.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/bridgedb/persistent.py b/lib/bridgedb/persistent.py
index c008627..79f1d70 100644
--- a/lib/bridgedb/persistent.py
+++ b/lib/bridgedb/persistent.py
@@ -88,8 +88,6 @@ class Conf(object):
class State(jelly.Jellyable):
"""Pickled, jellied storage container for persistent state."""
- #synchronized = ['load', 'save']
-
def __init__(self, config=None, **kwargs):
"""Create a persistent state storage mechanism.
@@ -117,7 +115,6 @@ class State(jelly.Jellyable):
if config is not None:
for key, value in config.__dict__.items():
self.__dict__[key] = value
- #self.config = config
_setState(self)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits