Commit 8efbb110 authored by Vincent Pelletier's avatar Vincent Pelletier

Replace a tab with 8 spaces.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@924 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 0de37756
......@@ -241,7 +241,7 @@ class MQ(object):
data = element.data
del self._data[data.id]
size -= sizeof(data.value) # XXX inaccurate
del data.value
del data.value
if size <= max_size:
break
self._size = size
......
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