Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/audio_sensors_plugin.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-03 15:34:37 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-03 15:34:37 (GMT)
commit8aa0f2223565fb58fa4f4e18e3bcf5b4a1b4db14 (patch)
treea658d203c83b07e62a4fe13a53c2d7ff25f39b4c /plugins/audio_sensors_plugin.py
parent7e9f220378c42734ea918dc29542d14ecd66d51b (diff)
remove requirement to include setup, start, stop, et al. methods
Diffstat (limited to 'plugins/audio_sensors_plugin.py')
-rw-r--r--plugins/audio_sensors_plugin.py2
1 files changed, 2 insertions, 0 deletions
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):