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

Commit

Permalink
Merge pull request #9 from manahan/master
Browse files Browse the repository at this point in the history
Fixed domainuntil.py to load RestApiClinet
  • Loading branch information
davidgpayne committed Jan 27, 2016
2 parents bd7ed34 + cd5a1c5 commit 3361456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain_management/domainutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import uuid
from importlib import import_module

sys.path.append(os.path.realpath('../../modules'))
sys.path.append(os.path.realpath('../modules'))

_RestApiClient = import_module('RestApiClient')
_SampleUtilities = import_module('SampleUtilities')
Expand Down

0 comments on commit 3361456

Please sign in to comment.