Merge branch 'master' into senslab2
[sfa.git] / sfa / rspecs / elements / timeslot.py
1 ###########################################################################
2 #    Copyright (C) 2012 by                                       
3 #    <savakian@sfa2.grenoble.senslab.info>                                                             
4 #
5 # Copyright: See COPYING file that comes with this distribution
6 #
7 ###########################################################################
8 from sfa.rspecs.elements.element import Element
9
10 class Timeslot(Element):
11     
12     fields = [
13         'date',
14         'start_time',
15         'timezone',
16         'duration'
17     ]