Skip to content

Commit

Permalink
Merge pull request #19 from OpenIxia/9.38
Browse files Browse the repository at this point in the history
Breaking Point 9.38 EA release.
Please consult the Release Notes for more details: Release Notes 9.38 Version of Breaking Point
  • Loading branch information
nutu committed Nov 15, 2023
2 parents 7a52507 + e78497e commit 21cc75f
Show file tree
Hide file tree
Showing 5 changed files with 8,693 additions and 8,160 deletions.
2 changes: 1 addition & 1 deletion RestApi/Python/RestApi_v2/Modules/bps_restpy/bps.py
Expand Up @@ -24,6 +24,6 @@
import sys,os
#sys.path.insert(0,os.path.abspath(__file__+"/../.."))
if sys.version_info[0] >= 3:
from .restPyWrapper3 import BPS, pp
from restPyWrapper3 import BPS, pp
else:
from restPyWrapper import BPS, pp

0 comments on commit 21cc75f

Please sign in to comment.