The zope:configure Directive
The zope configuration directive is a pure grouping directive. It doesn't compute any actions on it's own. Instead, it allows a package to be specified, affecting the interpretation of relative dotted names and file paths. It also allows an i18n domain to be specified. The information collected is used by subdirectives.
It may seem that this directive can only be used once per file, but it can be applied whereever it is convenient.
i18n_domain
-
BytesLine
(default =
None
)
This is a name for the software project. It must be a legal file-system name as it will be used to contruct names for directories containing translation data. The domain defines a namespace for the message ids used by a project.
package
-
GlobalObject
(default =
None
)
The package to be used for evaluating relative imports and file names.
* = required