From b7dc65d503d0255cdbd585e4629cbbf191c38e59 Mon Sep 17 00:00:00 2001 From: Michael Twomey Date: Thu, 29 Aug 2013 15:25:29 +0100 Subject: Applied python 3 support patch from https://code.google.com/p/pyiso8601/issues/detail?id=23 Also updated to use tox and py.test --- iso8601/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iso8601/__init__.py') diff --git a/iso8601/__init__.py b/iso8601/__init__.py index e72e356..11b1adc 100644 --- a/iso8601/__init__.py +++ b/iso8601/__init__.py @@ -1 +1 @@ -from iso8601 import * +from .iso8601 import * -- cgit v1.2.1