Skip to content

Commit a219661

Browse files
author
G Adam Cox
authored
Merge pull request #10 from ibm-cds-labs/Python3_Support
Python3 Support
2 parents a8e6bb2 + 77b7cbd commit a219661

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/ibmos2spark/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
Helper to connect to Softlayer and Bluemix ObjectStore from IBM Spark Service
1717
"""
1818
from .__info__ import __version__
19-
from osconfig import softlayer, bluemix, softlayer2d, bluemix2d
20-
19+
from .osconfig import softlayer, bluemix, softlayer2d, bluemix2d

0 commit comments

Comments
 (0)