X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pycurl%2Ftests%2Ftest_post3.py;h=617eba217bed82c045d02037ed0afade45e18bdb;hb=a74854dd38cb742b8fdc0d0cda7fff738a95312c;hp=3ebdd551e4510c9b9f497d782871f5298a4b8f28;hpb=4604006f235246d8480da96e488c0c7fd6a09c91;p=plcapi.git diff --git a/pycurl/tests/test_post3.py b/pycurl/tests/test_post3.py index 3ebdd55..617eba2 100644 --- a/pycurl/tests/test_post3.py +++ b/pycurl/tests/test_post3.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- # vi:ts=4:et -# $Id: test_post3.py,v 1.1 2004/06/21 11:24:18 kjetilja Exp $ +# $Id$ import urllib POSTSTRING = urllib.urlencode({'field1':'value1', 'field2':'value2 with blanks', 'field3':'value3'})