Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv14638

Modified Files:
        install.py 
Log Message:
fix missing vfs for plugin installation

Index: install.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/install.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** install.py  10 Nov 2003 01:14:09 -0000      1.6
--- install.py  1 Dec 2003 20:07:27 -0000       1.7
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.7  2003/12/01 20:07:27  dischi
+ # fix missing vfs for plugin installation
+ #
  # Revision 1.6  2003/11/10 01:14:09  rshortt
  # Only remove the parts of the runtime that we ship so we don't overwrite any
***************
*** 104,108 ****
              os.system('tar -zxf %s' % tgz)
          sys.exit(0)
!         
      # create tmp directory
      if os.path.isdir('tmp'):
--- 107,117 ----
              os.system('tar -zxf %s' % tgz)
          sys.exit(0)
! 
! 
!     # when we have a runtime, we can include the vfs
!     from util import vfs
!     import __builtin__
!     __builtin__.__dict__['vfs'] = vfs
! 
      # create tmp directory
      if os.path.isdir('tmp'):




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to