Commit 2bd3bf5b authored by Julien Muchembled's avatar Julien Muchembled

tests: code cleanup

parent 35a73567
...@@ -156,9 +156,9 @@ class NetworkcacheClient(object): ...@@ -156,9 +156,9 @@ class NetworkcacheClient(object):
try: try:
shacache_connection.request('POST', self.shacache_path, file_descriptor, shacache_connection.request('POST', self.shacache_path, file_descriptor,
self.shacache_header_dict) self.shacache_header_dict)
print 'uploade' print 'uploaded'
result = shacache_connection.getresponse() result = shacache_connection.getresponse()
print 'repondu' print 'answered'
data = result.read() data = result.read()
print 'read' print 'read'
finally: finally:
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment