Hi, actually, only pyjs/src/pyjs/translator_proto.py is used by the system, others are for reference only (those versions diverged quite much, so their merging is not guaranteed to have been side-effect free).
++ PKL Le 17/03/2012 07:12, lkcl luke a écrit : > On Sat, Mar 17, 2012 at 5:08 AM, Jeffrey Van Voorst > <[email protected]> wrote: >> What code handles the python to javascript translation voodoo for >> situations where the browser code has some of its implementation in a >> file named *.browser.py? > platform overrides. > > lkcl@teenymac:~/pyjamas$ grep Platform pyjs/src/pyjs/*.py > pyjs/src/pyjs/translator_proto-KEES.py:class PlatformParser: > pyjs/src/pyjs/translator_proto-KLUEV.py:class PlatformParser: > pyjs/src/pyjs/translator_proto.py:class PlatformParser: > > l. >

