From 1473cb8599c44cffad56cecbe32c467d64f00247 Mon Sep 17 00:00:00 2001 From: Andrey Semakin Date: Thu, 7 Nov 2019 11:29:53 +0500 Subject: Drop character encoding markers for Python 2.x --- rsa/randnum.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'rsa/randnum.py') diff --git a/rsa/randnum.py b/rsa/randnum.py index e9bfc87..a5bb850 100644 --- a/rsa/randnum.py +++ b/rsa/randnum.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2011 Sybren A. Stüvel # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1