Skip to content

Commit 6d229f3

Browse files
committed
Always import ndt and use relative import.
1 parent c2c2ca7 commit 6d229f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dynd/nd/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import dynd.ndt
1+
from .. import ndt # ensure that the module is loaded first
22
import sys
33
import os
44

@@ -77,4 +77,4 @@ def load_dynd_dll(rootpath):
7777

7878
del os
7979
del sys
80-
del dynd.ndt
80+
del ndt

0 commit comments

Comments
 (0)