Skip to content

Commit

Permalink
no more needed for python-2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
william-os4y committed Mar 8, 2015
1 parent 02b48ff commit 773e91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/test.py
Expand Up @@ -163,7 +163,7 @@ def connect(self):
------------------------------6b72468f07eb--\r\n"""
response = _raw_send.send(data)
print "response", response
test("OK. params are:{'field2': ['/tmp/short.txt', {'Content-Type': 'text/plain', 'size': 14L}], 'field1': ['this is a test using httppost & stuff']}", 1==1, response)
test("OK. params are:{'field2': ['/tmp/short.txt', {'Content-Type': 'text/plain', 'size': 14}], 'field1': ['this is a test using httppost & stuff']}", 1==1, response)

print "=== Options ==="
con.request("OPTIONS", "/")
Expand Down

0 comments on commit 773e91e

Please sign in to comment.