aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-08-06 21:12:15 -0400
committerZac Medico <zmedico@gentoo.org>2020-08-06 19:53:12 -0700
commitd695d866e4e7b2ab79264508f1520f89a5585e04 (patch)
treec574f7ccb007d78ff998c3633de9daa893406f72 /bin/glsa-check
parentlib/*: exempt two core files from ungrouped-imports check (diff)
downloadportage-d695d866e4e7b2ab79264508f1520f89a5585e04.tar.gz
portage-d695d866e4e7b2ab79264508f1520f89a5585e04.tar.bz2
portage-d695d866e4e7b2ab79264508f1520f89a5585e04.zip
*: drop all import __future__ statements
* We only support Py3 now. Signed-off-by: Aaron Bauman <bman@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'bin/glsa-check')
-rwxr-xr-xbin/glsa-check4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/glsa-check b/bin/glsa-check
index 468436353..8200f75b6 100755
--- a/bin/glsa-check
+++ b/bin/glsa-check
@@ -1,9 +1,7 @@
#!/usr/bin/python -b
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-from __future__ import print_function
-
import argparse
import re
import sys