Commit 4ac6057
committed
Ensure submodules are directly available
This code worked:
import scyjava
print(scyjava.config)
But this code didn't:
import scyjava
print(scyjava.inspect)
Because scyjava.config was being imported in another file
further down the chain. Better to be explicit about wanting
both of these submodules available at the top level.1 parent 77f2063 commit 4ac6057
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments