license clarification b=368720 r=rhelmer a=anodelman

This commit is contained in:
rhelmer@mozilla.com 2007-05-04 15:35:49 -07:00
parent 3516f3bd18
commit 41b9b7496f

View File

@ -1,4 +1,10 @@
#http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146306
# Submitter: Wade Leftwich
# Licensing:
# according to http://aspn.activestate.com/ASPN/Cookbook/Python
# "Except where otherwise noted, recipes in the Python Cookbook are published under the Python license ."
# This recipe is covered under the Python license: http://www.python.org/license
import httplib, mimetypes
def post_multipart(host, selector, fields, files):