summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp+git@gmail.com>2024-06-05 20:05:31 +0000
committerFreeyorp <TheFreeYorp+git@gmail.com>2024-06-05 23:57:13 +0000
commit36562d847999730634663d8a80c3cfdff36bd027 (patch)
treec6b4c2847c1faa4382bcb260063cbd36404ac971 /configure
parentab055062fea1a78bf643a13cadece24a5240f298 (diff)
downloadtmwa-36562d847999730634663d8a80c3cfdff36bd027.tar.gz
tmwa-36562d847999730634663d8a80c3cfdff36bd027.tar.bz2
tmwa-36562d847999730634663d8a80c3cfdff36bd027.tar.xz
tmwa-36562d847999730634663d8a80c3cfdff36bd027.zip
python3: Strip old __future__ references
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 7a7a9ef..31c0c47 100755
--- a/configure
+++ b/configure
@@ -17,8 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with attoconf. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import print_function, division, absolute_import
-
import os
import sys