''' Created on Aug 10, 2011 @author: steger ''' class StorageFIFO(object): ''' classdocs ''' def __init__(self, params): ''' Constructor '''