Skip to content

Commit

Permalink
Merge pull request #5041 from Rotzbua/chore_python2_import
Browse files Browse the repository at this point in the history
chore(python): remove py2 compatibility imports
  • Loading branch information
t-paul committed Mar 16, 2024
2 parents a529e11 + 59e31a1 commit 7e19ded
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions scripts/git-archive-all.py
@@ -1,8 +1,4 @@
#! /usr/bin/env python3
# coding=utf-8

from __future__ import print_function
from __future__ import unicode_literals

__version__ = "1.7"

Expand Down
1 change: 0 additions & 1 deletion tests/data/python/gen_issue2342-template.py
Expand Up @@ -2,7 +2,6 @@
# # This python script generates a large output .scad file (3.1MB) for stress testing the parser.
# See Issue #2342 / Pull Request #2343

from __future__ import print_function

xcount = 100
ycount = 100
Expand Down
1 change: 0 additions & 1 deletion tests/data/python/gen_svg_viewbox_tests-template.py
@@ -1,6 +1,5 @@
#! ${PYTHON_EXECUTABLE}

from __future__ import print_function

import sys

Expand Down
1 change: 0 additions & 1 deletion tests/export_import_pngtest.py
Expand Up @@ -25,7 +25,6 @@
#
# Authors: Torsten Paul, Don Bright, Marius Kintel

from __future__ import print_function

import sys, os, re, subprocess, argparse
from validatestl import validateSTL
Expand Down
1 change: 0 additions & 1 deletion tests/export_pngtest.py
Expand Up @@ -14,7 +14,6 @@
#
# Authors: Torsten Paul, Don Bright, Marius Kintel

from __future__ import print_function

import sys, os, re, subprocess, argparse

Expand Down
1 change: 0 additions & 1 deletion tests/test_cmdline_tool.py
Expand Up @@ -22,7 +22,6 @@
# Author: Marius Kintel <marius@kintel.net>
#

from __future__ import print_function

import sys
import os
Expand Down
1 change: 0 additions & 1 deletion tests/test_pretty_print.py
Expand Up @@ -27,7 +27,6 @@
#
# 1. why is hash differing

from __future__ import print_function

import string, sys, re, os, hashlib, subprocess, time, platform, html, base64

Expand Down

0 comments on commit 7e19ded

Please sign in to comment.