======================
Dotted Name Resolution
======================

Overview
--------

The ``zope.dottedname.resolve`` module provides a function for resolving
dotted names.  Dotted names are resolved by importing modules and by
getting attributes from imported modules.  Names with leading dots are
relative.
