Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26119/helpers

Modified Files:
        webserver.py 
Log Message:
adjust to new record.client module

Index: webserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/webserver.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** webserver.py        19 Dec 2004 11:27:09 -0000      1.16
--- webserver.py        19 Dec 2004 16:39:39 -0000      1.17
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.17  2004/12/19 16:39:39  dischi
+ # adjust to new record.client module
+ #
  # Revision 1.16  2004/12/19 11:27:09  dischi
  # add new htdocs dir
***************
*** 64,70 ****
  notifier.init( notifier.GENERIC )
  
! # import recordings to attach to the mbus
! # FIXME: this is bad!
! import tv.recordings
  
  cgi_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '../www'))
--- 67,72 ----
  notifier.init( notifier.GENERIC )
  
! # import record.client to attach to the mbus
! import record.client
  
  cgi_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '../www'))



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to