Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/audio_sensors
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-04-13 15:37:51 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-04-13 15:37:51 (GMT)
commit8ba5716c20e99d3ff2e92099eb2d7e8642d28de2 (patch)
tree7408aa3110523944b3b36562fec5cfcb2346d9f3 /plugins/audio_sensors
parent6f847bf237269bdfc9cc304b36c9a57ede3b3dc8 (diff)
revert tagettext magic until it is fixed
Diffstat (limited to 'plugins/audio_sensors')
-rw-r--r--plugins/audio_sensors/audio_sensors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/audio_sensors/audio_sensors.py b/plugins/audio_sensors/audio_sensors.py
index 3504461..22298a0 100644
--- a/plugins/audio_sensors/audio_sensors.py
+++ b/plugins/audio_sensors/audio_sensors.py
@@ -15,6 +15,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+from gettext import gettext as _
+
try:
from numpy import append
from numpy.fft import rfft