Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
argenisleon committed Dec 2, 2019
1 parent a770e44 commit dde5b7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion optimus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import os

ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) # This is your Project Root
os.environ["PYTHONIOENCODING"] = "utf8"
from .optimus import Optimus

os.environ["PYTHONIOENCODING"] = "utf8"

0 comments on commit dde5b7f

Please sign in to comment.