diff options
Diffstat (limited to 'Lib/base64.py')
-rwxr-xr-x | Lib/base64.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/base64.py b/Lib/base64.py index 1ef797c..54ee623 100755 --- a/Lib/base64.py +++ b/Lib/base64.py @@ -22,7 +22,6 @@ __all__ = [ # starting at: # # http://zgp.org/pipermail/p2p-hackers/2001-September/000316.html - 'freenet_b64encode', 'freenet_b64decode', 'urlsafe_b64encode', 'urlsafe_b64decode', ] |