From f39c932039fda39d02c46c06d223d896e2ad86f9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 27 May 2017 12:12:58 -0400 Subject: [PATCH] cleanups --- maya/__init__.py | 2 +- test_maya_interval.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')