Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion multipart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
else:
warnings.warn("Please use `import python_multipart` instead.", PendingDeprecationWarning, stacklevel=2)
from python_multipart import *
from python_multipart import __all__, __author__, __copyright__, __license__, __version__
from python_multipart import __all__, __version__
4 changes: 0 additions & 4 deletions python_multipart/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# This is the canonical package information.
__author__ = "Andrew Dunham"
__license__ = "Apache"
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
__version__ = "0.0.22"

from .multipart import (
Expand Down