diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/python-2.6.1/Misc/vgrindefs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/symbian-qemu-0.9.1-12/python-2.6.1/Misc/vgrindefs Fri Jul 31 15:01:17 2009 +0100 @@ -0,0 +1,10 @@ +# vgrind is a pretty-printer that takes source code and outputs +# eye-pleasing postscript. The entry below should be added to your +# local vgrindefs file. Contributed by Neale Pickett . + +python|Python|py:\ + :pb=^\d?(def|class)\d\p(\d|\\|\(|\:):\ + :cb=#:ce=$:sb=":se=\e":lb=':le=\e':\ + :kw=assert and break class continue def del elif else except\ + exec finally for from global if import in is lambda not or\ + pass print raise return try while yield: