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