I waffled over whether that should be a DomainEntity example. That's
definitely an example worthy aspect, but it's not quite so hello-world as a
simple dialog.
Joel
One notice. The released .tar.gz doesn't contain ez_setup.py
so python install setup.py fails. Creating a MANIFEST.in file the usual
way to go.
http://docs.python.org/distutils/sourcedist.html#the-manifest-in-template
From (linux)packagers point of view it would be better to not import from
ez_setup at all. Just include it in sdist, as SqlAlchemy does.
Tamás
I don't quite follow the comment about omitting ez_setup. I'll need to read
up on that as I thought that was important.
Tamás