diff options
author | drebs <drebs@leap.se> | 2013-02-06 20:05:50 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-02-06 20:05:50 -0200 |
commit | bc6d05f8333ee775aa373817e2ece6323c62186f (patch) | |
tree | e7ec5eb02de6d0f0eb0f77ef139527c8a9268d9c /backends/couch.py | |
parent | 4e058b62589defe7a15d633a20b17bed75484d56 (diff) | |
parent | ce322fe3c12af877f9d7d40a6a3ccc4001fdf2b6 (diff) |
Merge branch 'feature/soledad-api' of ssh://code.leap.se/leap_client into feature/soledad-api
Diffstat (limited to 'backends/couch.py')
-rw-r--r-- | backends/couch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/couch.py b/backends/couch.py index 11122aa8..8757f5af 100644 --- a/backends/couch.py +++ b/backends/couch.py @@ -243,6 +243,7 @@ class CouchSyncTarget(LocalSyncTarget): source_replica_uid, source_replica_generation, source_replica_transaction_id) + class CouchServerState(ServerState): """ Inteface of the WSGI server with the CouchDB backend. |