Author: dmeyer
Date: Thu Mar 23 19:32:22 2006
New Revision: 1322

Modified:
   trunk/epg/src/__init__.py

Log:
make sources public

Modified: trunk/epg/src/__init__.py
==============================================================================
--- trunk/epg/src/__init__.py   (original)
+++ trunk/epg/src/__init__.py   Thu Mar 23 19:32:22 2006
@@ -1,3 +1,4 @@
+import os
 import logging
 
 from kaa.db import QExpr
@@ -7,9 +8,10 @@
 from client import Client
 from server import Server
 from util import cmp_channel
+from source import sources
 
 __all__ = [ 'connect', 'Channel', 'Program', 'Client', 'Server', 'QExpr',
-            'get_channels', 'get_channel', 'search' ]
+            'get_channels', 'get_channel', 'search', 'sources' ]
 
 log = logging.getLogger('epg')
 


-------------------------------------------------------
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

Reply via email to