diff options
Diffstat (limited to 'tests/es3conform.py')
-rw-r--r-- | tests/es3conform.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/es3conform.py b/tests/es3conform.py index 53c2fc407..6bdcf2ba9 100644 --- a/tests/es3conform.py +++ b/tests/es3conform.py @@ -20,6 +20,10 @@ # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. +from __future__ import ( + absolute_import, division, print_function, unicode_literals +) + import re from os import path |