From f69a085cfe9d904404cb421e802515b716cfbf9c Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Mon, 15 Apr 2013 19:50:23 +0000 Subject: Update couchdb.ConnectedCouchDB class docstring. --- src/leap/mx/couchdb.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/leap/mx/couchdb.py') diff --git a/src/leap/mx/couchdb.py b/src/leap/mx/couchdb.py index b5d4127..c020295 100644 --- a/src/leap/mx/couchdb.py +++ b/src/leap/mx/couchdb.py @@ -26,11 +26,10 @@ from leap.mx.util import log class ConnectedCouchDB(client.CouchDB): - """ - Connect to a CouchDB instance. + """Connect to a CouchDB instance. - ## xxx will we need to open CouchDB documents and views? - ## yes, these are in a _design document + CouchDB document for testing is '_design', and the view is simply + a preconfigured set of mapped responses. """ def __init__(self, host, port, dbName=None, username=None, password=None, *args, **kwargs): -- cgit v1.2.3