Author: dmeyer Date: Sat Mar 18 19:51:17 2006 New Revision: 1309 Modified: trunk/epg/src/__init__.py
Log: make QExpr public Modified: trunk/epg/src/__init__.py ============================================================================== --- trunk/epg/src/__init__.py (original) +++ trunk/epg/src/__init__.py Sat Mar 18 19:51:17 2006 @@ -2,13 +2,14 @@ import logging from socket import gethostbyname, gethostname +from kaa.db import QExpr from kaa import ipc from client import * from server import * from channel import Channel from program import Program -__all__ = [ 'connect', 'Channel', 'Program', 'DEFAULT_EPG_PORT', 'GuideClient', 'GuideServer' ] +__all__ = [ 'connect', 'Channel', 'Program', 'DEFAULT_EPG_PORT', 'GuideClient', 'GuideServer', 'QExpr' ] # connected client object _client = None ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
