Commit d31f24c5 authored by Vincent Pelletier's avatar Vincent Pelletier

Expose AutoQuery along with other query classes.

parent 31af1bb0
......@@ -2805,7 +2805,8 @@ class CatalogError(Exception): pass
from Query.Query import Query as _Query
from Query.SimpleQuery import SimpleQuery
from Query.ComplexQuery import ComplexQuery
from Query.AutoQuery import AutoQuery as Query
from Query.AutoQuery import AutoQuery
Query = AutoQuery
def NegatedQuery(query):
return ComplexQuery(query, logical_operator='not')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment