view DataTypes/NextTime.py @ 113:b6ccc325f1ec

a demo client that gets times from ascoltami player (in semprini/) and sends a light a demo client that gets times from ascoltami player (in semprini/) and sends a light level to dmxserver (in light8/)
author drewp
date Thu, 12 Jun 2003 17:12:11 +0000
parents 45b12307c695
children
line wrap: on
line source

'''Baby, there won't be no next time'''

class NextTime:
    def __init__(self, nextclock, interval=None)
        self.nextclock = nextclock
        self.interval = interval
    def cylic(self):
        return interval is not None