commit | 2f68e9779030211b3d79cccfe264d01f4334c9e2 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Thu Jun 21 17:28:36 2018 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Thu Jun 21 17:28:36 2018 +0200 |
tree | e987aceed3bd88665ac8b81b7fcb41e42ecbc9ba | |
parent | 41164ee0836ef3060cf12a4ec08043a4302d0bf4 [diff] [blame] |
Imported Upstream version 1.5.4
diff --git a/setup.py b/setup.py index 5b4b8b6..789b0fd 100644 --- a/setup.py +++ b/setup.py
@@ -6,6 +6,10 @@ # Copyright © 2007–13 martin f. krafft <madduck@madduck.net> # Released under the terms of the Artistic Licence 2.0 # +from __future__ import absolute_import +from __future__ import division +from __future__ import print_function +from __future__ import unicode_literals from reclass.version import * from setuptools import setup, find_packages