From e73562c6f14d1d71a9fea174d58465e1b13f68af Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Tue, 9 Mar 2021 09:02:50 +0100 Subject: remove python 2 specific code add future deprecation warning to old style functions --- timestamp.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'timestamp.py') diff --git a/timestamp.py b/timestamp.py index e44db44..b123951 100644 --- a/timestamp.py +++ b/timestamp.py @@ -1,8 +1,5 @@ - # coding: utf-8 -from __future__ import print_function, absolute_import, division, unicode_literals - import datetime import copy -- cgit v1.2.1