commit e0076cca7f417b0d37bacc415017c8b90a3d066c Author: Isis Lovecruft isis@torproject.org 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@lists.torproject.org