aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-28 00:02:37 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-28 00:35:26 -0700
commit8f86a7f6e890b03ac24a94d567df79a64ccf9e74 (patch)
treee441dd4f77e5dbfd481a7889ca917fdb9aecb93a /doc
parentcatalyst: Remove "Maintained by" sections (diff)
downloadcatalyst-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 'doc')
-rwxr-xr-xdoc/make_target_table.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/make_target_table.py b/doc/make_target_table.py
index c4b49ad9..d1f97c9b 100755
--- a/doc/make_target_table.py
+++ b/doc/make_target_table.py
@@ -8,8 +8,6 @@
# source the testpath file then run "doc/make_target_table.py"
-from __future__ import print_function
-
import glob
import locale
import os