From bbab85d57513310b019006b999fd04b88a34ec49 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 25 Jul 2011 14:15:06 +1000 Subject: Using 'from __future__ import unicode_literals' to make work on Python 2.7. --- test/performanceTests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/performanceTests.py') 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 -- cgit v1.2.3