Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ptarjan committed Jul 22, 2010
1 parent f93b94d commit 741ab84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import base64
def base64_url_decode(input):
#pythons base64 is close, but requires all the padding
input += '=' * (4 - (len(input) % 4))
return base64.urlsafe_b64decode(input)

Expand Down

0 comments on commit 741ab84

Please sign in to comment.