Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-02-20 21:38:51 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-02-20 21:38:51 (GMT)
commit1626ca8abe3a6989bc4f9d19cef4f121ad04a972 (patch)
tree91ce913ffd60b408c41a7babce46c206540d3f0f
parentd92484ea553ba0418aa6d83fde295ce51bdaacc3 (diff)
Remove dependency on pygame (unused currently).
-rwxr-xr-xcolors.py3
1 files changed, 0 insertions, 3 deletions
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