summaryrefslogtreecommitdiffstats
path: root/forum/conf/vote_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/conf/vote_rules.py')
-rw-r--r--forum/conf/vote_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/conf/vote_rules.py b/forum/conf/vote_rules.py
index f249ef53..04332bb7 100644
--- a/forum/conf/vote_rules.py
+++ b/forum/conf/vote_rules.py
@@ -5,7 +5,7 @@ and offensive flags.
For example number of times a person can vote each day, etc.
"""
from forum.conf.settings_wrapper import settings
-from livesettings import ConfigurationGroup, IntegerValue
+from forum.deps.livesettings import ConfigurationGroup, IntegerValue
from django.utils.translation import ugettext as _
VOTE_RULES = ConfigurationGroup(