We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3b44f commit 6a66baaCopy full SHA for 6a66baa
labkey/__init__.py
@@ -18,4 +18,4 @@
18
__author__ = 'LabKey Software'
19
__license__ = 'Apache 2.0'
20
21
-from labkey import query, wiki, messageboard
+from labkey import query # wiki, messageboard
labkey/query.py
@@ -48,7 +48,7 @@
48
import json
49
50
from requests.exceptions import SSLError
51
-from utils import build_url, handle_response
+from labkey.utils import build_url, handle_response
52
53
_query_headers = {
54
'Content-Type': 'application/json'
0 commit comments