Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.

This commit is contained in:
Greg Taylor 2008-06-15 19:38:39 +00:00
parent d3808c1ea2
commit 4bb00013ae
28 changed files with 45 additions and 38 deletions

11
src/events.py Normal file
View file

@ -0,0 +1,11 @@
import session_mgr
"""
Holds the events scheduled in scheduler.py.
"""
def evt_check_sessions():
"""
Event: Check all of the connected sessions.
"""
session_mgr.check_all_sessions()