Skip to content

Commit 60ff7ad

Browse files
committed
Use relative imports in couchdb.__init__ module
1 parent 1c8f23b commit 60ff7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

couchdb/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# This software is licensed as described in the file COPYING, which
77
# you should have received as part of this distribution.
88

9-
from couchdb.client import Database, Document, Server
10-
from couchdb.http import HTTPError, PreconditionFailed, Resource, \
9+
from .client import Database, Document, Server
10+
from .http import HTTPError, PreconditionFailed, Resource, \
1111
ResourceConflict, ResourceNotFound, ServerError, Session, Unauthorized
1212

1313
try:

0 commit comments

Comments
 (0)