Skip to content

Commit

Permalink
Fix CouchDB imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Oct 10, 2013
1 parent 5b07787 commit 0fe8dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions couchmount.py
Expand Up @@ -8,8 +8,8 @@
# you should have received as part of this distribution.


from couchdb import Database, Document, ResourceNotFound, Row, Server, \
ViewResults
from couchdb.client import Database, Document, Server, Row, ViewResults
from couchdb.http import ResourceNotFound
import errno
import fuse
import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,5 +42,5 @@
],
},

install_requires = ['CouchDB>=0.5'],
install_requires = ['CouchDB>=0.9'],
)

0 comments on commit 0fe8dad

Please sign in to comment.