From 96ff77007117fd4c8f34ccb631008e164f5894ff Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 27 May 2017 12:11:51 -0400 Subject: [PATCH] move things around --- maya/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maya/core.py b/maya/core.py index 37f4557..fd10d77 100644 --- a/maya/core.py +++ b/maya/core.py @@ -19,7 +19,7 @@ import dateparser import pendulum from tzlocal import get_localzone -from compat import cmp, comparable +from .compat import cmp, comparable _EPOCH_START = (1970, 1, 1)