Skip to content

Commit 21cc75f

Browse files
authored
Merge pull request #19 from OpenIxia/9.38
Breaking Point 9.38 EA release. Please consult the Release Notes for more details: Release Notes 9.38 Version of Breaking Point
2 parents 7a52507 + e78497e commit 21cc75f

File tree

5 files changed

+8693
-8160
lines changed

5 files changed

+8693
-8160
lines changed

RestApi/Python/RestApi_v2/Modules/bps_restpy/bps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
import sys,os
2525
#sys.path.insert(0,os.path.abspath(__file__+"/../.."))
2626
if sys.version_info[0] >= 3:
27-
from .restPyWrapper3 import BPS, pp
27+
from restPyWrapper3 import BPS, pp
2828
else:
2929
from restPyWrapper import BPS, pp

0 commit comments

Comments
 (0)