Skip to content

Commit 31942f5

Browse files
committed
changing import strategy for heron utils
1 parent 7b535c2 commit 31942f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66

77
# Make sure ravenframework can be imported
8-
import HERON.src._utils as hutils
8+
from . import _utils as hutils
99
try:
1010
import ravenframework
1111
except ModuleNotFoundError:

0 commit comments

Comments
 (0)