------------------
- Remove dependencies on templer.plone.localcommands in tests. Depend only
on this package and templer.core
[cewing]
- Determine package namespaces, path, and parent template without relying on
setuptools egg-info. It is now assumed that local commands are being run
with the root of the package (i.e. the folder that contains setup.py) as the
current working directory.
[davisagli]
- Remove all dependencies on PasteScript and Paste
[davisagli, cewing]