[PD] remove unnecessary Python check

we only support Python 3
This commit is contained in:
Uwe
2022-07-31 05:27:45 +02:00
parent e61874be5a
commit 0788b2c0a2

View File

@@ -24,9 +24,7 @@
from math import cos, sin, pi, acos, atan, sqrt
import sys
if sys.version_info.major >= 3:
xrange = range
xrange = range
def CreateExternalGear(w, m, Z, phi, split=True):