=========================
nested_namespace template
=========================

Use paster::

    >>> paster('create -t zope2_nested zope.nested.example --no-interactive')
    paster create -t zope2_nested zope.nested.example --no-interactive
    ...

Let's check the content::

    >>> package_dir = os.path.join('zope.nested.example', 'src',
    ...                            'zope', 'nested', 'example')
    >>> ls(package_dir)
    __init__.py
    configure.zcml
