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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors.py b/colors.py
index 93b8224..1823620 100755
--- a/colors.py
+++ b/colors.py
@@ -33,7 +33,7 @@ import logging, os, math, time, copy, json, tempfile
from gettext import gettext as _
# Import the C++ component of the activity.
-from colorsc import *
+from colorsc.colorsc import *
# Import PyGTK.
import gobject, pygtk, gtk, pango