remove plus from id (for real this time)

This commit is contained in:
Konstantinos Koukopoulos 2013-09-30 14:50:23 +03:00
parent 4539012db6
commit 8f47355493

View File

@ -58,8 +58,10 @@ class FakeMultipart(object):
def __init__(self, key_name):
self.key_name = key_name
self.parts = {}
import pdb; pdb.set_trace()
self.id = base64.b64encode(os.urandom(43)).replace('=', '').replace('+', '')
def complete(self):
total = bytearray()