Author: duncan
Date: Mon Dec  4 16:34:41 2006
New Revision: 8699

Modified:
   branches/rel-1/freevo/src/util/mediainfo.py

Log:
Fixed some missing kaa.metadata changes


Modified: branches/rel-1/freevo/src/util/mediainfo.py
==============================================================================
--- branches/rel-1/freevo/src/util/mediainfo.py (original)
+++ branches/rel-1/freevo/src/util/mediainfo.py Mon Dec  4 16:34:41 2006
@@ -34,7 +34,7 @@
 import copy
 
 import kaa.metadata as mmpython
-from mmpython.disc.discinfo import cdrom_disc_id
+from kaa.metadata.disc.discinfo import cdrom_disc_id
 
 import config
 import util
@@ -744,7 +744,7 @@
 # some checking when starting Freevo
 if __freevo_app__ == 'main':
     try:
-        import mmpython.version
+        import kaa.metadata.version
         import time
         
         cachefile = os.path.join(config.FREEVO_CACHEDIR, 'mediainfo')
@@ -773,7 +773,7 @@
                 print
                 del_cache()
                 
-            elif mmpython.version.VERSION > mmchanged:
+            elif kaa.metadata.version.VERSION > mmchanged:
                 print
                 print 'Warning: mmpython as changed.'
                 print 'Please rerun \'freevo cache\' to get the latest updates'
@@ -788,8 +788,8 @@
     except:
         print
         print 'Error: unable to read mmpython version information'
-        print 'Please update mmpython to the latest release or if you use'
-        print 'Freevo CVS versions, please also use mmpython CVS.'
+        print 'Please update kaa.metadata to the latest release or if you use'
+        print 'Freevo CVS versions, please also use kaa.metadata CVS.'
         print
         print 'Some functions in Freevo may not work or even crash!'
         print

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to