Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colors.py
diff options
context:
space:
mode:
Diffstat (limited to 'colors.py')
-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