Update of /cvsroot/freevo/kaa/webinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11044

Modified Files:
        setup.py 
Log Message:
Make a new version of the HTTPReader based completly on threads.
Doing so makes it possible to use the whole power of urllib (e.g. ssl).
But I'm not sure this is the way to go. But it works and is based in
kaa.notifier and Signals. 


Index: setup.py
===================================================================
RCS file: /cvsroot/freevo/kaa/webinfo/setup.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** setup.py    14 Aug 2005 11:56:11 -0000      1.3
--- setup.py    26 Aug 2005 20:32:00 -0000      1.4
***************
*** 45,65 ****
  
  
! setup (# Distribution meta-data
!        name = "kaa.webinfo",
!        module = "webinfo",
!        version = 0.1,
!        description = "Module for gathering information from websites and 
services.",
!        author = "",
!        author_email = "[email protected]",
!        url = "http://freevo.sf.net";,
! 
!        package_dir = {'kaa.webinfo': 'src'},
!        packages    = ['kaa.webinfo',
!                       'kaa.webinfo.movie', 
!                       'kaa.webinfo.audio',
!                       'kaa.webinfo.lib',
!                       'kaa.webinfo.rss',
!                       'kaa.webinfo.weather',
!                       'kaa.webinfo.images',
!                       ],
!       )
--- 45,50 ----
  
  
! setup ( module = "webinfo",
!         version = 0.1,
!         description = "Module for gathering information from websites and 
services.",
!         )



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to