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 7b535c2 commit 31942f5Copy full SHA for 31942f5
src/__init__.py
@@ -5,7 +5,7 @@
5
import os
6
7
# Make sure ravenframework can be imported
8
-import HERON.src._utils as hutils
+from . import _utils as hutils
9
try:
10
import ravenframework
11
except ModuleNotFoundError:
0 commit comments