Commit 6f70c419 authored by Barry Warsaw's avatar Barry Warsaw

cosmetic

parent 5e634638
......@@ -13,6 +13,7 @@ from quopri import encodestring as _encodestring
def _qencode(s):
return _encodestring(s, quotetabs=1)
def _bencode(s):
# We can't quite use base64.encodestring() since it tacks on a "courtesy
# newline". Blech!
......
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