? print_py-fonttools.diff Index: files/patch-Lib-fontTools-ttLib-tables_ttProgram.py =================================================================== RCS file: files/patch-Lib-fontTools-ttLib-tables_ttProgram.py diff -N files/patch-Lib-fontTools-ttLib-tables_ttProgram.py --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-Lib-fontTools-ttLib-tables_ttProgram.py 18 May 2009 07:02:01 -0000 @@ -0,0 +1,12 @@ +--- Lib/fontTools/ttLib/tables/ttProgram.py.orig 2009-05-15 10:25:30.000000000 +0200 ++++ Lib/fontTools/ttLib/tables/ttProgram.py 2009-05-15 10:27:26.000000000 +0200 +@@ -394,7 +394,7 @@ + + p = Program() + p.fromBytecode(bc) +- as = p.getAssembly() +- p.fromAssembly(as) ++ assembly = p.getAssembly() ++ p.fromAssembly(assembly) + print bc == p.getBytecode() +