We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf11ca commit bc6fcdbCopy full SHA for bc6fcdb
bsplines2d/tests/prepublish.py
@@ -1,3 +1,4 @@
1
-print('test import datastock')
2
-import datastock as ds
3
-print('import datastock ok')
+print('test import')
+import bsplines2d as dbs2
+print('test version')
4
+print(bs2.__version__)
0 commit comments