Skip to content

Commit 7daba23

Browse files
committed
AP_Generator: remove Python3 suppor from test-loweheiser.py
1 parent 65a91a1 commit 7daba23

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libraries/AP_Generator/scripts/test-loweheiser.py

-8
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
99
"""
1010

11-
from __future__ import print_function
12-
1311
import sys
1412
import time
1513
import optparse
@@ -23,12 +21,6 @@
2321

2422
mavutil.set_dialect("all")
2523

26-
# Detect python version
27-
if sys.version_info[0] < 3:
28-
runningPython3 = False
29-
else:
30-
runningPython3 = True
31-
3224

3325
class TestLoweheiser(object):
3426
def __init__(self,

0 commit comments

Comments
 (0)