summaryrefslogtreecommitdiffstats
path: root/forum/conf/skin_counter_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/conf/skin_counter_settings.py')
-rw-r--r--forum/conf/skin_counter_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/conf/skin_counter_settings.py b/forum/conf/skin_counter_settings.py
index 51c7e332..5a9d177f 100644
--- a/forum/conf/skin_counter_settings.py
+++ b/forum/conf/skin_counter_settings.py
@@ -4,7 +4,7 @@ Skin settings to color view, vote and answer counters
from forum.conf.settings_wrapper import settings
from livesettings import ConfigurationGroup, IntegerValue, StringValue
from django.utils.translation import ugettext as _
-from forum_modules.grapefruit import Color
+from forum.deps.grapefruit import Color
SKIN_COUNTER_SETTINGS = ConfigurationGroup(
'SKIN_COUNTER_SETTINGS',