diff options
Diffstat (limited to 'test/performanceTests.py')
-rw-r--r-- | test/performanceTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performanceTests.py b/test/performanceTests.py index a3df73465..e9eff9e6a 100644 --- a/test/performanceTests.py +++ b/test/performanceTests.py @@ -5,7 +5,7 @@ from __future__ import with_statement from __future__ import unicode_literals -import os, string, sys, time, unittest +import string, time, unittest try: start = time.perf_counter() |