Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 1473cb8

Browse files
and-semakinsybrenstuvel
authored andcommitted
Drop character encoding markers for Python 2.x
1 parent 8ed5071 commit 1473cb8

27 files changed

+0
-54
lines changed

create_timing_table.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
3-
#
42
# Copyright 2011 Sybren A. Stüvel <[email protected]>
53
#
64
# Licensed under the Apache License, Version 2.0 (the "License");

doc/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Python-RSA documentation build configuration file, created by
42
# sphinx-quickstart on Sat Jul 30 23:11:07 2011.
53
#

rsa/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Copyright 2011 Sybren A. Stüvel <[email protected]>
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

rsa/_compat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Copyright 2011 Sybren A. Stüvel <[email protected]>
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

rsa/asn1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Copyright 2011 Sybren A. Stüvel <[email protected]>
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

rsa/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Copyright 2011 Sybren A. Stüvel <[email protected]>
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

rsa/common.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Copyright 2011 Sybren A. Stüvel <[email protected]>
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

rsa/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Copyright 2011 Sybren A. Stüvel <[email protected]>
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

rsa/key.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Copyright 2011 Sybren A. Stüvel <[email protected]>
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

rsa/parallel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Copyright 2011 Sybren A. Stüvel <[email protected]>
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)