Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/eye.py
diff options
context:
space:
mode:
Diffstat (limited to 'eye.py')
-rw-r--r--eye.py5
1 files changed, 1 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
-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