Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mouth.py
diff options
context:
space:
mode:
authorIvaDobreva <iva95dobreva@gmail.com>2013-01-13 18:24:10 (GMT)
committer IvaDobreva <iva95dobreva@gmail.com>2013-01-13 18:24:10 (GMT)
commitca21feee3193e89105a17ec2307aa5eaab26a9a2 (patch)
tree9e907a40d3f0bdd9d6a3ead7ffce13cd2eb2e37b /mouth.py
parent02877f563ed180f17496a6a83b5f4295a757f601 (diff)
GObject
Diffstat (limited to 'mouth.py')
-rw-r--r--mouth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mouth.py b/mouth.py
index f101249..93b14c5 100644
--- a/mouth.py
+++ b/mouth.py
@@ -24,6 +24,7 @@
# This code is a super-stripped down version of the waveform view from Measure
from gi.repository import Gtk
+from gi.repository import GObject
import cairo
from struct import unpack
import numpy.core