We won't be needing this anymore.

This commit is contained in:
Greg Taylor 2006-12-22 03:32:55 +00:00
parent 925cfe6c15
commit 2d8ab115af

View file

@ -1,18 +0,0 @@
"""
This is the events module, where all of the code for periodic events needs
to reside.
"""
schedule = {
'event_example': 60,
}
lastrun = {}
def event_example(server):
"""
This is where the example event would be placed.
"""
pass