Skip to content

Commit 73167bb

Browse files
committed
Bugfix make_param_string import
1 parent cf15da6 commit 73167bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simmanager/paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
from ._utils import make_param_string
3+
from .tools import make_param_string
44

55
__author__ = 'anand'
66

0 commit comments

Comments
 (0)