commit | d898a378a41b45084f7e005ee8624ea80d9913bf | [log] [tgz] |
---|---|---|
author | INADA Naoki <songofacandy@gmail.com> | Wed Mar 04 03:52:46 2015 +0900 |
committer | INADA Naoki <songofacandy@gmail.com> | Wed Mar 04 03:52:46 2015 +0900 |
tree | 5fc3c913bdefbf4e321aa546358b7ce52a6fcd90 | |
parent | 93ff27ba05de9c7d28fd69d822c665197dcd4a55 [diff] [blame] |
modernize tests
diff --git a/tests/test_errors.py b/tests/test_errors.py index efb4afd..0cef892 100644 --- a/tests/test_errors.py +++ b/tests/test_errors.py
@@ -16,6 +16,7 @@ """Tests for errors handling """ +from __future__ import absolute_import __author__ = 'afshar@google.com (Ali Afshar)'