diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-04-24 01:51:21 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-04-24 01:51:21 +0200 |
commit | 2229c24f95d502ff269deedc6c4b66aa30f8acd1 (patch) | |
tree | 2807a88561c20727c9e5a3964f067e23fa3fa2c5 /test | |
parent | 34c29fee135803154c6bb494d908b98067f028e2 (diff) | |
download | json_diff-2229c24f95d502ff269deedc6c4b66aa30f8acd1.tar.gz |
restore compatibility with py2.41.3.1
Diffstat (limited to 'test')
-rw-r--r-- | test/test_json_diff.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_json_diff.py b/test/test_json_diff.py index d7c16e3..cbcc056 100644 --- a/test/test_json_diff.py +++ b/test/test_json_diff.py @@ -2,7 +2,6 @@ """ PyUnit unit tests """ -from __future__ import print_function import unittest import sys import tempfile |