Skip to content

Commit 6a66baa

Browse files
committed
Disable wiki, messageboard APIs
- not ready for Python 3
1 parent 9c3b44f commit 6a66baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
__author__ = 'LabKey Software'
1919
__license__ = 'Apache 2.0'
2020

21-
from labkey import query, wiki, messageboard
21+
from labkey import query # wiki, messageboard

labkey/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
import json
4949

5050
from requests.exceptions import SSLError
51-
from utils import build_url, handle_response
51+
from labkey.utils import build_url, handle_response
5252

5353
_query_headers = {
5454
'Content-Type': 'application/json'

0 commit comments

Comments
 (0)