Here is what we're using as a non-Python alternative...sed "s/ \* Generated by SIP.*/ \*/" -i tmp/*.h tmp/*.cpp diff -ruN src tmp | patch -d src
Sadly: sed, diff and patch on solaris are a little different, so this solution is not quite as portable as it needs to be... Nigel _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
