Commit 59e98ae1 authored by Barry Warsaw's avatar Barry Warsaw

_bdecode(): Remove redundant check.

parent 513af770
...@@ -66,8 +66,6 @@ def _identity(s): ...@@ -66,8 +66,6 @@ def _identity(s):
def _bdecode(s): def _bdecode(s):
if not s:
return s
# We can't quite use base64.encodestring() since it tacks on a "courtesy # We can't quite use base64.encodestring() since it tacks on a "courtesy
# newline". Blech! # newline". Blech!
if not s: if not s:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment