diff --git a/maya/__init__.py b/maya/__init__.py index 5d20240..a8ce586 100644 --- a/maya/__init__.py +++ b/maya/__init__.py @@ -1 +1 @@ -from core import * \ No newline at end of file +from .core import * \ No newline at end of file diff --git a/test_maya_interval.py b/test_maya_interval.py index 2e7c0dd..99d2fe1 100755 --- a/test_maya_interval.py +++ b/test_maya_interval.py @@ -5,7 +5,7 @@ import pytest import pytz import maya -from compat import cmp +from maya.compat import cmp Los_Angeles = pytz.timezone('America/Los_Angeles') New_York = pytz.timezone('America/New_York')