From 3af06a1e1dfeb3761542c2fdcd7a257c8f567f62 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 27 Aug 2016 20:09:44 +0200 Subject: [PATCH] s/imports/import/g --- oxtimelines/__init__.py | 2 +- oxtimelines/timeline.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oxtimelines/__init__.py b/oxtimelines/__init__.py index 59e10be..5515012 100644 --- a/oxtimelines/__init__.py +++ b/oxtimelines/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vi:si:et:sw=4:sts=4:ts=4 # GPL 2008-2014 -from __future__ import absolute_imports +from __future__ import absolute_import __version__ = 'git' diff --git a/oxtimelines/timeline.py b/oxtimelines/timeline.py index 0d6e123..5947a3d 100644 --- a/oxtimelines/timeline.py +++ b/oxtimelines/timeline.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vi:si:et:sw=4:sts=4:ts=4 # GPL 2008-2014 -from __future__ import division, print_function, absolute_imports +from __future__ import division, print_function, absolute_import from glob import glob from time import time