def __init__(self, url, database, **opts):
     CouchService.__init__(self, url=url, database=database, **opts)
 def __init__(self, url, database, **opts):
     CouchService.__init__(self, url = url,
                           database = database,
                           **opts)