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/camera_plugin.py') diff --git a/plugins/camera_plugin.py b/plugins/camera_plugin.py index 84da9b9..0a2ec02 100644 --- a/plugins/camera_plugin.py +++ b/plugins/camera_plugin.py @@ -93,27 +93,11 @@ to the stack'), help_string=_('camera output'), content_block=True) - def start(self): - # This gets called by the start button - pass - def stop(self): # This gets called by the stop button if self._status: self._camera.stop_camera_input() - 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 camera status: %s' % (str(self._status)) return self._status -- cgit v0.9.1