aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/performanceTests.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-11-12 14:33:18 +1100
committerNeil <nyamatongwe@gmail.com>2021-11-12 14:33:18 +1100
commit2e30b0e2a18037ed362564ba3c150ad8d8459b2b (patch)
tree45d86a228612dc109a9fa1c132486973c13dc8ed /test/performanceTests.py
parent8c1bb32d0fc980ff296e3f604fccf43fcbb53008 (diff)
downloadscintilla-mirror-2e30b0e2a18037ed362564ba3c150ad8d8459b2b.tar.gz
Remove XiteQt.py as ScintillaEditPy is no longer included in Scintilla
and the required PySide library no longer supported.
Diffstat (limited to 'test/performanceTests.py')
-rw-r--r--test/performanceTests.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/performanceTests.py b/test/performanceTests.py
index 435e0e508..eb7c0c096 100644
--- a/test/performanceTests.py
+++ b/test/performanceTests.py
@@ -13,10 +13,7 @@ try:
except AttributeError:
timer = time.time
-if sys.platform == "win32":
- import XiteWin as Xite
-else:
- import XiteQt as Xite
+import XiteWin as Xite
class TestPerformance(unittest.TestCase):