diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-07-06 11:34:30 +0100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-07-06 11:34:30 +0100 |
commit | 5cb305d90489c42e9c8a6877f3b438175333e44c (patch) | |
tree | fd0de8dc90df9a32fccf23aae11a9a26014a2fc1 | |
parent | a020246a2c748f35eed256a0300a70eddedcb005 (diff) | |
parent | a0a47cdee506bf3b54a52ff9d00723a062e08c47 (diff) | |
download | cryptography-5cb305d90489c42e9c8a6877f3b438175333e44c.tar.gz cryptography-5cb305d90489c42e9c8a6877f3b438175333e44c.tar.bz2 cryptography-5cb305d90489c42e9c8a6877f3b438175333e44c.zip |
Merge pull request #1214 from Ayrx/lol-consistency
Add newline for consistency
-rw-r--r-- | tasks.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. + from __future__ import absolute_import, division, print_function import getpass |