From 2e30b0e2a18037ed362564ba3c150ad8d8459b2b Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 12 Nov 2021 14:33:18 +1100 Subject: Remove XiteQt.py as ScintillaEditPy is no longer included in Scintilla and the required PySide library no longer supported. --- test/simpleTests.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/simpleTests.py') diff --git a/test/simpleTests.py b/test/simpleTests.py index 71c35e8d0..98ae2a3af 100644 --- a/test/simpleTests.py +++ b/test/simpleTests.py @@ -7,10 +7,7 @@ from __future__ import unicode_literals import ctypes, string, sys, unittest -if sys.platform == "win32": - import XiteWin as Xite -else: - import XiteQt as Xite +import XiteWin as Xite # Unicode line ends are only available for lexers that support the feature so requires lexers lexersAvailable = Xite.lexillaAvailable or Xite.scintillaIncludesLexers -- cgit v1.2.3