summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2015-11-05 19:53:38 +0000
committerSybren A. St?vel <sybren@stuvel.eu>2015-11-05 19:53:38 +0000
commit21270f4b83a1369021a909ab731ef3c01f670af0 (patch)
treecd5beedfd9f0a7093b6546195226cfbee8ae0796 /tests
parentfd69e6d6755a7394733eb603f7f01a69367e6acb (diff)
downloadrsa-21270f4b83a1369021a909ab731ef3c01f670af0.tar.gz
Added character encoding markers for Python 2.x
Diffstat (limited to 'tests')
-rw-r--r--tests/test_bigfile.py1
-rw-r--r--tests/test_integers.py1
-rw-r--r--tests/test_load_save_keys.py1
-rw-r--r--tests/test_pkcs1.py1
-rw-r--r--tests/test_strings.py1
-rw-r--r--tests/test_varblock.py1
6 files changed, 6 insertions, 0 deletions
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 <sybren@stuvel.eu>
#
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 <sybren@stuvel.eu>
#
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 <sybren@stuvel.eu>
#
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 <sybren@stuvel.eu>
#
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 <sybren@stuvel.eu>
#
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 <sybren@stuvel.eu>
#