Skip to content

Commit 5ba6450

Browse files
committed
Renamed "impl" to "internal"
"internal" is what we use in the Node client and seems to better convey "Keep out".
1 parent 43a302b commit 5ba6450

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)