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

Modified Files:
        unpack.py 
Log Message:
use popen from notifier and remove util.popen

Index: unpack.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/unpack.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** unpack.py   4 Jun 2005 17:18:13 -0000       1.4
--- unpack.py   28 Jun 2005 15:56:08 -0000      1.5
***************
*** 38,41 ****
--- 38,44 ----
  import os
  
+ # kaa imports
+ import kaa.notifier
+ 
  # freevo imports
  import plugin
***************
*** 44,48 ****
  from item import Item
  from gui.windows import WaitBox
- from util.popen import Process
  
  # possible archives and how to unpack them
--- 47,50 ----
***************
*** 80,84 ****
          self.pop = WaitBox(text=_('unpacking...'))
          self.pop.show()
!         Process(app, callback=self.__finished)
  
  
--- 82,86 ----
          self.pop = WaitBox(text=_('unpacking...'))
          self.pop.show()
!         kaa.notifier.Process(app, callback=self.__finished)
  
  



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to