From 2d8ab115af0cf98f5cdc320717a6102b354806c6 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Fri, 22 Dec 2006 03:32:55 +0000 Subject: [PATCH] We won't be needing this anymore. --- evennia/trunk/events.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 evennia/trunk/events.py diff --git a/evennia/trunk/events.py b/evennia/trunk/events.py deleted file mode 100644 index 06357ac3cb..0000000000 --- a/evennia/trunk/events.py +++ /dev/null @@ -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