From 21270f4b83a1369021a909ab731ef3c01f670af0 Mon Sep 17 00:00:00 2001 From: "Sybren A. St?vel" Date: Thu, 5 Nov 2015 19:53:38 +0000 Subject: Added character encoding markers for Python 2.x --- create_timing_table.py | 1 + rsa/_version133.py | 1 + rsa/_version200.py | 1 + rsa/asn1.py | 1 + tests/test_bigfile.py | 1 + tests/test_integers.py | 1 + tests/test_load_save_keys.py | 1 + tests/test_pkcs1.py | 1 + tests/test_strings.py | 1 + tests/test_varblock.py | 1 + 10 files changed, 10 insertions(+) diff --git a/create_timing_table.py b/create_timing_table.py index d2f4b2d..b6f8884 100755 --- a/create_timing_table.py +++ b/create_timing_table.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. Stüvel # diff --git a/rsa/_version133.py b/rsa/_version133.py index 38b2a36..dff0dda 100644 --- a/rsa/_version133.py +++ b/rsa/_version133.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. Stüvel # diff --git a/rsa/_version200.py b/rsa/_version200.py index 9c38212..28f3601 100644 --- a/rsa/_version200.py +++ b/rsa/_version200.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. Stüvel # diff --git a/rsa/asn1.py b/rsa/asn1.py index 33dd69e..6eb6da5 100644 --- a/rsa/asn1.py +++ b/rsa/asn1.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. Stüvel # diff --git a/tests/test_bigfile.py b/tests/test_bigfile.py index 03863c1..6c3de00 100644 --- a/tests/test_bigfile.py +++ b/tests/test_bigfile.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. Stüvel # diff --git a/tests/test_integers.py b/tests/test_integers.py index 58af48c..f504e45 100644 --- a/tests/test_integers.py +++ b/tests/test_integers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. Stüvel # diff --git a/tests/test_load_save_keys.py b/tests/test_load_save_keys.py index 0d132b9..1a4ee23 100644 --- a/tests/test_load_save_keys.py +++ b/tests/test_load_save_keys.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. Stüvel # diff --git a/tests/test_pkcs1.py b/tests/test_pkcs1.py index 4be2dd8..6150215 100644 --- a/tests/test_pkcs1.py +++ b/tests/test_pkcs1.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. Stüvel # diff --git a/tests/test_strings.py b/tests/test_strings.py index e307efb..fe60055 100644 --- a/tests/test_strings.py +++ b/tests/test_strings.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. Stüvel # diff --git a/tests/test_varblock.py b/tests/test_varblock.py index 6dad5ab..c6f2485 100644 --- a/tests/test_varblock.py +++ b/tests/test_varblock.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. Stüvel # -- cgit v1.2.1