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