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 c2c2ca7 commit 6d229f3Copy full SHA for 6d229f3
1 file changed
dynd/nd/__init__.py
@@ -1,4 +1,4 @@
1
-import dynd.ndt
+from .. import ndt # ensure that the module is loaded first
2
import sys
3
import os
4
@@ -77,4 +77,4 @@ def load_dynd_dll(rootpath):
77
78
del os
79
del sys
80
-del dynd.ndt
+del ndt
0 commit comments