Fix helper import

This commit is contained in:
JonnyWong16 2018-03-24 09:05:20 -07:00
parent 3f7edc3635
commit 1b7cfd7f8a
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
% if data:
<%
import plexpy
from helpers import grouper
from plexpy.helpers import grouper
recently_added = data['recently_added']
if plexpy.CONFIG.NEWSLETTER_SELF_HOSTED and plexpy.CONFIG.NEWSLETTER_BASE_URL:

View file

@ -1,7 +1,7 @@
% if data:
<%
import plexpy
from helpers import grouper
from plexpy.helpers import grouper
recently_added = data['recently_added']
if plexpy.CONFIG.NEWSLETTER_SELF_HOSTED and plexpy.CONFIG.NEWSLETTER_BASE_URL: