Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv18569/video/plugins

Modified Files:
        imdb.py 
Log Message:
Moved fxdimdb.py to util; it doesn't use the OSD, and having in video
makes it import video/__init__...

There is a reason for this to follow shortly :)


Index: imdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/imdb.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** imdb.py     3 Jan 2004 17:43:15 -0000       1.31
--- imdb.py     8 Jan 2004 17:33:15 -0000       1.32
***************
*** 16,19 ****
--- 16,25 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.32  2004/01/08 17:33:15  outlyer
+ # Moved fxdimdb.py to util; it doesn't use the OSD, and having in video
+ # makes it import video/__init__...
+ #
+ # There is a reason for this to follow shortly :)
+ #
  # Revision 1.31  2004/01/03 17:43:15  dischi
  # OVERLAY_DIR is always used
***************
*** 51,55 ****
  import re
  import time
! from video.fxdimdb import FxdImdb, makeVideo, makePart, point_maker
  
  from gui.PopupBox import PopupBox
--- 57,61 ----
  import re
  import time
! from util.fxdimdb import FxdImdb, makeVideo, makePart, point_maker
  
  from gui.PopupBox import PopupBox




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to