diff options
Diffstat (limited to 'test_json_diff.py')
-rw-r--r-- | test_json_diff.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test_json_diff.py b/test_json_diff.py index 21faf70..246a29d 100644 --- a/test_json_diff.py +++ b/test_json_diff.py @@ -2,6 +2,7 @@ """ PyUnit unit tests """ +from __future__ import division, absolute_import import unittest import json import json_diff @@ -145,4 +146,4 @@ class TestSadPath(unittest.TestCase): if __name__ == "__main__": - unittest.main()
\ No newline at end of file + unittest.main() |