Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colors.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-02-18 03:58:55 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-02-20 00:03:07 (GMT)
commitb999a05ad78264d6b7975bf39c8297f36a514ed1 (patch)
tree9d635b80737206ccea9aa7e448910b93760116a9 /colors.py
parent25ddc1089bb0950d2d8a8cec8a62acb1a9469ec2 (diff)
Add Makefile to build binary package in convenient way
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