File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2121This module provides functions for interacting with Message Boards on the
2222LabKey Server.
2323"""
24+ from __future__ import unicode_literals
2425from requests .exceptions import SSLError
2526from labkey .utils import build_url
2627
Original file line number Diff line number Diff line change 2121This module provides functions for interacting with Wiki's on the
2222LabKey Server.
2323"""
24+ from __future__ import unicode_literals
2425import json
2526from labkey .utils import build_url , handle_response
2627from requests .exceptions import SSLError
Original file line number Diff line number Diff line change 2323from setuptools import setup
2424
2525packages = [
26- 'labkey'
26+ 'labkey' ,
27+ 'labkey.unsupported'
2728]
2829
2930with open ('labkey/__init__.py' , 'r' ) as fd :
You can’t perform that action at this time.
0 commit comments