diff options
author | Hynek Schlawack <hs@ox.cx> | 2013-08-11 09:54:59 +0200 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2013-08-11 09:54:59 +0200 |
commit | 425f5842958079ee45c24c5432ab0cf5e2db0f79 (patch) | |
tree | 00cfb8b045e708c0ea2139bcba0a11887b1801e1 /tests/primitives/test_block.py | |
parent | a46ad0e09ab93114a9433ff69777e8952b37fdcd (diff) | |
download | cryptography-425f5842958079ee45c24c5432ab0cf5e2db0f79.tar.gz cryptography-425f5842958079ee45c24c5432ab0cf5e2db0f79.tar.bz2 cryptography-425f5842958079ee45c24c5432ab0cf5e2db0f79.zip |
Add mandatory headers to files touched by this branch
Diffstat (limited to 'tests/primitives/test_block.py')
-rw-r--r-- | tests/primitives/test_block.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/primitives/test_block.py b/tests/primitives/test_block.py index 0407b0fa..774409ca 100644 --- a/tests/primitives/test_block.py +++ b/tests/primitives/test_block.py @@ -11,6 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import absolute_import, division, print_function + import binascii import pretend |