Skip to content

Commit bc6fcdb

Browse files
committed
[#devel] Adjusted prepublish.py
1 parent abf11ca commit bc6fcdb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bsplines2d/tests/prepublish.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
print('test import datastock')
2-
import datastock as ds
3-
print('import datastock ok')
1+
print('test import')
2+
import bsplines2d as dbs2
3+
print('test version')
4+
print(bs2.__version__)

0 commit comments

Comments
 (0)