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

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/helpers/imdb.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** imdb.py     17 Nov 2003 19:44:43 -0000      1.5
--- imdb.py     8 Jan 2004 17:33:14 -0000       1.6
***************
*** 12,15 ****
--- 12,21 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.6  2004/01/08 17:33:14  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.5  2003/11/17 19:44:43  dischi
  # fix disc set support
***************
*** 58,62 ****
      sys.exit(0)
      
! from video.fxdimdb import FxdImdb, makeVideo
  from random import Random
  
--- 64,68 ----
      sys.exit(0)
      
! from util.fxdimdb import FxdImdb, makeVideo
  from random import Random
  




-------------------------------------------------------
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