mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
Fix import error
This commit is contained in:
parent
738c4d669c
commit
a5f0b2b72b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ from search.forms import (
|
|||
)
|
||||
from re2o.acl import can_view_all
|
||||
|
||||
from engine import *
|
||||
from .engine import *
|
||||
|
||||
|
||||
def get_results(query, request, params):
|
||||
|
|
Loading…
Reference in a new issue