diff options
author | Erik Trauschke <erik.trauschke@gmail.com> | 2015-10-20 08:18:00 -0700 |
---|---|---|
committer | Erik Trauschke <erik.trauschke@gmail.com> | 2015-10-20 08:18:00 -0700 |
commit | c8ab2ea92fe43d1ff64d7463c61fa9ef34cce7d8 (patch) | |
tree | d3ed0f8b77f4f978ee847585e5b1ae1a9994270b /vectors | |
parent | c219b962f8f02f85edf2a3452fe4136b1211f807 (diff) | |
parent | 018a9659924c5ffe548d716295a4292c6929c341 (diff) | |
download | cryptography-c8ab2ea92fe43d1ff64d7463c61fa9ef34cce7d8.tar.gz cryptography-c8ab2ea92fe43d1ff64d7463c61fa9ef34cce7d8.tar.bz2 cryptography-c8ab2ea92fe43d1ff64d7463c61fa9ef34cce7d8.zip |
Merge branch 'master' into crl_ossl_backend
Diffstat (limited to 'vectors')
-rw-r--r-- | vectors/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vectors/setup.py b/vectors/setup.py index 53ec82eb..bf02e389 100644 --- a/vectors/setup.py +++ b/vectors/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # This file is dual licensed under the terms of the Apache License, Version # 2.0, and the BSD License. See the LICENSE file in the root of this repository # for complete details. |