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

Commit cd5a1c5

Browse files
author
Peter Manahan
committed
Fixed domainuntil.py to load RestApiClinet
1 parent bd7ed34 commit cd5a1c5

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)