Hi Johan,
We don't use the .py extension for any other python scripts in
the tree so please don't use it for your scripts either.
You'll probably want to name the scripts a little bit more
descriptively than "sap" and "test-sap". Also remember to
mention them to Makefile.tools so they are part of "make dist"
(i.e. add them to EXTRA_DIST).
In fact, I missed EXTRA_DIST. Will fix this then.
I will remove .py extensions as well. I understand that the dbusdef.py is an exception?
I could propose test/sap-client and test/test-sap or test/test-sap-server . It seems more saner I think. Doesn't it?
Waldek