diff options
Diffstat (limited to 'test/performanceTests.py')
-rw-r--r-- | test/performanceTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/performanceTests.py b/test/performanceTests.py index 9dd1a9c17..da9c87759 100644 --- a/test/performanceTests.py +++ b/test/performanceTests.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import with_statement +from __future__ import unicode_literals import os, string, time, unittest |