Remove nonexisting stuff from __all__.

This commit is contained in:
Georg Brandl 2009-06-04 09:37:16 +00:00
parent 1158a33fab
commit 3ed0deb9af
2 changed files with 0 additions and 4 deletions

View File

@ -29,8 +29,6 @@ __all__ = [
'body_encode',
'decode',
'decodestring',
'encode',
'encodestring',
'header_encode',
'header_length',
]

View File

@ -32,8 +32,6 @@ __all__ = [
'body_length',
'decode',
'decodestring',
'encode',
'encodestring',
'header_decode',
'header_encode',
'header_length',