From 8cae2b3a7e247f53ee6bd80fdaacf64aa6ec4133 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Thu, 02 Aug 2012 01:41:53 +0000 Subject: unused imports --- diff --git a/eye.py b/eye.py index 66405f6..bfa84e5 100644 --- a/eye.py +++ b/eye.py @@ -21,10 +21,7 @@ # You should have received a copy of the GNU General Public License # along with Speak.activity. If not, see . -import gi from gi.repository import Gtk -from gi.repository import Gdk -from gi.repository import GObject import math class Eye(Gtk.DrawingArea): @@ -190,4 +187,4 @@ class Glasses(Eye): context.set_source_rgb(0, 0, 0) context.fill() - return True \ No newline at end of file + return True -- cgit v0.9.1