This test shows the possibility of direct attribute access,
which was introduced in Pyro 1.2.

You can try the dynamic proxy with attribute access,
or you can generate a static proxy with pyroc.


Notice that the client no longer uses getter and setter methods,
it directly accesses the object's attributes by using normal
Python syntax.

(Since Pyro 1.4 you can choose to use delegation approach without problems).

