summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2011-07-30 20:22:32 +0200
committerSybren A. St?vel <sybren@stuvel.eu>2011-07-30 20:22:32 +0200
commitfb247e9ff4b87988ccb34e9333658fbf90908a50 (patch)
tree09a724e1d3b184169b9633bfeb856dc0fd26712e /rsa
parent96dad9e182e3c593404fd5c3bf45c93818bc4951 (diff)
downloadrsa-fb247e9ff4b87988ccb34e9333658fbf90908a50.tar.gz
oops
Diffstat (limited to 'rsa')
-rw-r--r--rsa/pem.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsa/pem.py b/rsa/pem.py
index 537aa22..9ea9f03 100644
--- a/rsa/pem.py
+++ b/rsa/pem.py
@@ -53,8 +53,8 @@ def load_pem(contents, pem_marker):
line = line.strip()
# Skip empty lines
- if not line:
- continue
+ if not line:
+ continue
# Handle start marker
if line == pem_start: