summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views/list.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-08-14 18:11:22 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-08-15 11:11:22 +0000
commit4c1c013620909a0f3490d1a6582924a567dea455 (patch)
tree1581980de0ed6e9ae238e4580bab3cd035b7ef23 /hyperkitty/views/list.py
parent6103bcf05feeddace63fcc5857665d3762e25c8b (diff)
downloadhyperkitty-4c1c013620909a0f3490d1a6582924a567dea455.tar.gz
hyperkitty-4c1c013620909a0f3490d1a6582924a567dea455.tar.xz
hyperkitty-4c1c013620909a0f3490d1a6582924a567dea455.zip
Add likes and dislikes to the REST API
Diffstat (limited to 'hyperkitty/views/list.py')
-rw-r--r--hyperkitty/views/list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/views/list.py b/hyperkitty/views/list.py
index a655758..b4a97a6 100644
--- a/hyperkitty/views/list.py
+++ b/hyperkitty/views/list.py
@@ -36,7 +36,7 @@ from hyperkitty.lib import get_store
from hyperkitty.lib.view_helpers import FLASH_MESSAGES, paginate, \
get_category_widget, get_months, get_display_dates, daterange, \
is_thread_unread
-from hyperkitty.lib.voting import get_votes, set_message_votes, set_thread_votes
+from hyperkitty.lib.voting import set_message_votes, set_thread_votes
if settings.USE_MOCKUPS: