_bdecode(): Remove redundant check.

This commit is contained in:
Barry Warsaw 2003-03-10 17:36:04 +00:00
parent 513af770d7
commit 59e98ae1c5
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ def _identity(s):
def _bdecode(s):
if not s:
return s
# We can't quite use base64.encodestring() since it tacks on a "courtesy
# newline". Blech!
if not s: