Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speak/espeak.py
diff options
context:
space:
mode:
Diffstat (limited to 'speak/espeak.py')
-rw-r--r--speak/espeak.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/speak/espeak.py b/speak/espeak.py
index 1a88af3..389045d 100644
--- a/speak/espeak.py
+++ b/speak/espeak.py
@@ -1,5 +1,3 @@
-# Copyright (C) 2009, Aleksey Lim
-#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -23,7 +21,6 @@ logger = logging.getLogger('speak')
supported = True
-
class BaseAudioGrab(gobject.GObject):
__gsignals__ = {
'new-buffer': (gobject.SIGNAL_RUN_FIRST, None, [gobject.TYPE_PYOBJECT])