summaryrefslogtreecommitdiff
path: root/rsa/__init__.py
diff options
context:
space:
mode:
authorAndrey Semakin <and-semakin@ya.ru>2019-11-07 11:29:53 +0500
committerSybren A. Stüvel <sybren@stuvel.eu>2020-06-03 13:15:34 +0200
commit1473cb8599c44cffad56cecbe32c467d64f00247 (patch)
tree58eea047612a89bcd0efac9355c155fbae5b6264 /rsa/__init__.py
parent8ed507176f09b9c162cf4f060dab8e219c6b0d77 (diff)
downloadrsa-git-1473cb8599c44cffad56cecbe32c467d64f00247.tar.gz
Drop character encoding markers for Python 2.x
Diffstat (limited to 'rsa/__init__.py')
-rw-r--r--rsa/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 3f928d9..3350de7 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-#
# Copyright 2011 Sybren A. Stüvel <sybren@stuvel.eu>
#
# Licensed under the Apache License, Version 2.0 (the "License");