diff options
Diffstat (limited to 'test/performanceTests.py')
-rw-r--r-- | test/performanceTests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/performanceTests.py b/test/performanceTests.py index bfbae5fe9..435e0e508 100644 --- a/test/performanceTests.py +++ b/test/performanceTests.py @@ -1,4 +1,6 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- +# Requires Python 2.7 or later from __future__ import with_statement from __future__ import unicode_literals |