Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugarpycha/color.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-07-02 01:01:00 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-07-02 01:01:00 (GMT)
commitc6596d374f2cf2b5177b1f1300689a2e457578e8 (patch)
treecdd9e3611eb9584323f066797bde2c84b682ee1b /sugarpycha/color.py
parent6c0355d7194c60dcb778bb34a3df5a9bac511f37 (diff)
[sugar-pycha] update
Diffstat (limited to 'sugarpycha/color.py')
-rw-r--r--sugarpycha/color.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugarpycha/color.py b/sugarpycha/color.py
index 82b436f..fcf0784 100644
--- a/sugarpycha/color.py
+++ b/sugarpycha/color.py
@@ -18,7 +18,7 @@
import math
-from pycha.utils import clamp
+from sugarpycha.utils import clamp
DEFAULT_COLOR = '#3c581a'