Skip to content

Commit f55b58b

Browse files
committed
Add relative reference to the Init.py file (needed in python3)
1 parent a8e6bb2 commit f55b58b

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)