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/audio_sensors_plugin.py') diff --git a/plugins/audio_sensors_plugin.py b/plugins/audio_sensors_plugin.py index 1fdcc2c..6723b9c 100644 --- a/plugins/audio_sensors_plugin.py +++ b/plugins/audio_sensors_plugin.py @@ -198,10 +198,12 @@ class Audio_sensors_plugin(Plugin): def goto_background(self): # This gets called when your process is sent to the background + # TODO: handle this case pass def return_to_foreground(self): # This gets called when your process returns from the background + # TODO: handle this case pass def quit(self): -- cgit v0.9.1