Skip to content

Commit ff1358c

Browse files
authored
Merge pull request #45 from marklogic/feature/rename
Renamed "impl" to "internal"
2 parents 43a302b + 5ba6450 commit ff1358c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

marklogic/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from marklogic.cloud_auth import MarkLogicCloudAuth
55
from marklogic.documents import DocumentManager
6-
from marklogic.impl.eval import process_multipart_mixed_response
6+
from marklogic.internal.eval import process_multipart_mixed_response
77
from marklogic.rows import RowManager
88
from marklogic.transactions import TransactionManager
99
from requests.auth import HTTPDigestAuth
File renamed without changes.

0 commit comments

Comments
 (0)