Skip to content

Commit e78497e

Browse files
committed
Latest libs update for 9.38
1 parent 8ceaa89 commit e78497e

File tree

3 files changed

+8603
-8271
lines changed

3 files changed

+8603
-8271
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)