Commit 273daa81 authored by Vincent Pelletier's avatar Vincent Pelletier

Indent a forgoten line with 4 spaces.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@926 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 1a08de99
......@@ -72,7 +72,7 @@ class FIFO(object):
def shift(self):
element = self._head
if element is None:
return None
return None
del self[element]
del element.next
del element.prev
......
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