Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf74b03

Browse files
committed
Moved SolarWinds class into orionsdk folder
Moved the SolarWinds class in the __init__.py file in the samples folder into the orionsdk folder as solarwinds.py. Updated __init__.py in the orionsdk folder to import the SolarWinds class. This is related to issue solarwinds#39.
1 parent 7f8e723 commit cf74b03

File tree

2 files changed

+837
-836
lines changed

2 files changed

+837
-836
lines changed

orionsdk/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
from .swisclient import SwisClient
16+
from .solarwinds import SolarWinds
1617

1718

1819
__version__ = "0.2.0"

0 commit comments

Comments
 (0)