From 1626ca8abe3a6989bc4f9d19cef4f121ad04a972 Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Fri, 20 Feb 2009 21:38:51 +0000 Subject: Remove dependency on pygame (unused currently). --- diff --git a/colors.py b/colors.py index 9d27853..0b8d118 100755 --- a/colors.py +++ b/colors.py @@ -40,9 +40,6 @@ import gobject, pygtk, gtk, pango # Needed to avoid thread crashes with GStreamer gobject.threads_init() -# Import PyGame. Used for a few realtime aspects. -import pygame - # Import DBUS and mesh networking modules. import dbus, telepathy, telepathy.client from dbus import Interface -- cgit v0.9.1