John Molohan wrote: > Hi, > > the copy of the encodingserver on the addons page had a bug importing > ifoparser from mmpython. Here's a patch to fix it. >
<snip of bad diff syntax> I was just looking over this and saw the syntax was wrong. Here hopefully is the right patch. diff -Nua /usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py.orig /usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py --- /usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py.orig 2005-07-24 17:19:23.000000000 +0100 +++ /usr/lib/python2.4/site-packages/freevo/helpers/encodingcore.py 2006-08-11 20:32:56.000000000 +0100 @@ -34,6 +34,7 @@ import sys, os, re, popen2 #, ConfigParser, copy #import config # QuickRip global configuration. import mmpython +from mmpython.disc import ifoparser from copy import copy from string import split, join ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
