[xiph-commits] r3220 - arkaiv/trunk/arkaiv/model

dcrowdy at svn.annodex.net dcrowdy at svn.annodex.net
Mon Sep 3 06:32:11 PDT 2007


Author: dcrowdy
Date: 2007-09-03 06:32:10 -0700 (Mon, 03 Sep 2007)
New Revision: 3220

Modified:
   arkaiv/trunk/arkaiv/model/cmmlparser.py
   arkaiv/trunk/arkaiv/model/cmmlparser.pyc
Log:
Fixed import of meta tags 


Modified: arkaiv/trunk/arkaiv/model/cmmlparser.py
===================================================================
--- arkaiv/trunk/arkaiv/model/cmmlparser.py	2007-09-03 12:55:46 UTC (rev 3219)
+++ arkaiv/trunk/arkaiv/model/cmmlparser.py	2007-09-03 13:32:10 UTC (rev 3220)
@@ -107,7 +107,7 @@
 
         return cliplist
 
-    def getheadinfofromcmml(self, cmmlfilename):
+    def getheadinfofromcmml(self):
         """ given a cmmlfile, returns a list of the meta tags in the head
 
         """

Modified: arkaiv/trunk/arkaiv/model/cmmlparser.pyc
===================================================================
(Binary files differ)



More information about the commits mailing list