diff --git a/mediagoblin_libreplanet/lp_helper.py b/mediagoblin_libreplanet/lp_helper.py index 9e50146..2c06053 100644 --- a/mediagoblin_libreplanet/lp_helper.py +++ b/mediagoblin_libreplanet/lp_helper.py @@ -17,6 +17,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +from mediagoblin.db.models import MediaEntry, Tag, MediaTag + def media_entries_for_tag_slug_case_insensitive(dummy_db, tag_slug): return MediaEntry.query \ .join(MediaEntry.tags_helper) \