Skip to content

Commit

Permalink
Merge pull request #20 from OpenIxia/9.38
Browse files Browse the repository at this point in the history
9.38
  • Loading branch information
nutu authored Nov 19, 2023
2 parents 9d12b79 + 0d53e51 commit c837911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions RestApi/Python/RestApi_v2/Modules/bps_restpy/bps.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
*Created with Breaking Point build : 9.00v9.00.108.12"""
*Created with Breaking Point build : 9.38v9.38.1.57"""
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
from restPyWrapper import BPS, pp
2 changes: 1 addition & 1 deletion RestApi/Python/RestApi_v2/Modules/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.00.02
9.38.57

0 comments on commit c837911

Please sign in to comment.