8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-10-06 02:52:10 +00:00

Fix import error

This commit is contained in:
Jean-Romain Garnier 2020-02-18 17:18:44 +00:00 committed by Gabriel Detraz
parent 738c4d669c
commit a5f0b2b72b

View file

@ -43,7 +43,7 @@ from search.forms import (
) )
from re2o.acl import can_view_all from re2o.acl import can_view_all
from engine import * from .engine import *
def get_results(query, request, params): def get_results(query, request, params):