ocarina/src/coreplug/exit.py

21 lines
369 B
Python

#! /usr/bin/python
# To change this template, choose Tools | Templates
# and open the template in the editor.
__author__="bjschuma"
__date__ ="$Mar 14, 2010 3:02:10 PM$"
import ocarina
from ct import plugin
class Plugin(plugin.Plugin):
def __init__(self):
plugin.Plugin.__init__(self)
def run(self,args):
ocarina.events.start("ocarina-stop")
#print args