diff options
Diffstat (limited to 'test/performanceTests.py')
-rw-r--r-- | test/performanceTests.py | 5 |
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): |