Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 3361456

Browse files
committed
Merge pull request #9 from manahan/master
Fixed domainuntil.py to load RestApiClinet
2 parents bd7ed34 + cd5a1c5 commit 3361456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domain_management/domainutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import uuid
77
from importlib import import_module
88

9-
sys.path.append(os.path.realpath('../../modules'))
9+
sys.path.append(os.path.realpath('../modules'))
1010

1111
_RestApiClient = import_module('RestApiClient')
1212
_SampleUtilities = import_module('SampleUtilities')

0 commit comments

Comments
 (0)