Author: dmeyer Date: Tue Oct 24 18:42:51 2006 New Revision: 1926 Modified: trunk/beacon/src/__init__.py
Log: expose Query object Modified: trunk/beacon/src/__init__.py ============================================================================== --- trunk/beacon/src/__init__.py (original) +++ trunk/beacon/src/__init__.py Tue Oct 24 18:42:51 2006 @@ -45,7 +45,7 @@ import thumbnail from thumbnail import NORMAL as THUMBNAIL_NORMAL from thumbnail import LARGE as THUMBNAIL_LARGE -from query import register_filter, wrap +from query import register_filter, wrap, Query from item import Item from hwmon import medialist as media from kaa.db import QExpr, ATTR_SIMPLE, ATTR_SEARCHABLE, ATTR_IGNORE_CASE, \ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
