mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 11:00:07 +01:00
remove most of Python2 compatibility code
This commit is contained in:
committed by
Scott Talbert
parent
beb9932241
commit
0257f755cf
@@ -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 *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user