diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-28 00:02:37 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-28 00:35:26 -0700 |
commit | 8f86a7f6e890b03ac24a94d567df79a64ccf9e74 (patch) | |
tree | e441dd4f77e5dbfd481a7889ca917fdb9aecb93a /setup.py | |
parent | catalyst: Remove "Maintained by" sections (diff) | |
download | catalyst-8f86a7f6e890b03ac24a94d567df79a64ccf9e74.tar.gz catalyst-8f86a7f6e890b03ac24a94d567df79a64ccf9e74.tar.bz2 catalyst-8f86a7f6e890b03ac24a94d567df79a64ccf9e74.zip |
catalyst: Remove unnecessary future imports
Catalyst has been python 3-only for a while.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ #!/usr/bin/env python """Catalyst is a release building tool used by Gentoo Linux""" -from __future__ import print_function - import codecs as _codecs from distutils.core import setup as _setup, Command as _Command from email.utils import parseaddr as _parseaddr |