Author: tomaz
Date: Sat Apr 9 16:46:42 2011
New Revision: 1090626
URL: http://svn.apache.org/viewvc?rev=1090626&view=rev
Log:
oops, this shouldn't be here.
Modified:
incubator/libcloud/trunk/libcloud/storage/base.py
Modified: incubator/libcloud/trunk/libcloud/storage/base.py
URL:
http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/storage/base.py?rev=1090626&r1=1090625&r2=1090626&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/storage/base.py (original)
+++ incubator/libcloud/trunk/libcloud/storage/base.py Sat Apr 9 16:46:42 2011
@@ -505,7 +505,6 @@ class StorageDriver(object):
'File content-type could not be guessed and' +
' no content_type value provided')
- headers = {}
if iterator:
headers['Transfer-Encoding'] = 'chunked'
upload_func_kwargs['chunked'] = True