From 8aa0f2223565fb58fa4f4e18e3bcf5b4a1b4db14 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 03 Mar 2011 15:34:37 +0000 Subject: remove requirement to include setup, start, stop, et al. methods --- (limited to 'plugins/rfid_plugin.py') diff --git a/plugins/rfid_plugin.py b/plugins/rfid_plugin.py index dc4e18b..ee26152 100644 --- a/plugins/rfid_plugin.py +++ b/plugins/rfid_plugin.py @@ -97,28 +97,6 @@ class Rfid_plugin(Plugin): self._parent.lc.def_prim('rfid', 0, lambda self: PLUGIN_DICTIONARY['rfid'](True)) - def start(self): - # This gets called by the start button - if self._status: - pass - - def stop(self): - # This gets called by the stop button - if self._status: - pass - - def goto_background(self): - # This gets called when your process is sent to the background - pass - - def return_to_foreground(self): - # This gets called when your process returns from the background - pass - - def quit(self): - # This gets called by the quit button - pass - def _status_report(self): print 'Reporting RFID status: %s' % (str(self._status)) return self._status -- cgit v0.9.1