########################################################################### # Copyright (C) 2012 by # # # Copyright: See COPYING file that comes with this distribution # ########################################################################### from sfa.rspecs.elements.element import Element class Timeslot(Element): fields = [ 'time', 'duration' ]