Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-08-02 01:41:53 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-08-02 01:41:53 (GMT)
commit8cae2b3a7e247f53ee6bd80fdaacf64aa6ec4133 (patch)
treeef41157b577f943dc9a82502779890ca8200aa53
parent37192407d37b5f9b82ecae377d98b8a74c5d942e (diff)
unused imports
-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