remove most of Python2 compatibility code

This commit is contained in:
Alexandre Detiste
2024-03-22 00:06:03 +01:00
committed by Scott Talbert
parent beb9932241
commit 0257f755cf
108 changed files with 220 additions and 2144 deletions

View File

@@ -42,8 +42,6 @@ Many samples are available in the `wxPhoenix/samples/floatcanvas` folder.
"""
from __future__ import division
import sys
mac = sys.platform.startswith("darwin")
@@ -53,7 +51,6 @@ try:
except ImportError:
from time import clock
import wx
import six
from .FCObjects import *