Skip to content

Commit

Permalink
Fix wrong config.py location (#16)
Browse files Browse the repository at this point in the history
* Move config.py to inside the package

* Import config.py as .config on client.py
  • Loading branch information
Jonatas Baldin authored and echarrod committed Dec 13, 2017
1 parent a26c9d8 commit a1b019e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yoti_python_sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from past.builtins import basestring

import yoti_python_sdk
from config import SDK_IDENTIFIER
from .config import SDK_IDENTIFIER
from yoti_python_sdk.activity_details import ActivityDetails
from yoti_python_sdk.crypto import Crypto
from yoti_python_sdk.protobuf.v1 import protobuf
Expand Down
File renamed without changes.

0 comments on commit a1b019e

Please sign in to comment.