This is an archive of the discontinued Mercurial Phabricator instance.

thirdparty: allow zope.interface.advice to be lazily imported
ClosedPublic

Authored by indygreg on Mar 22 2018, 12:09 AM.

Details

Summary

The symbol from this module is only used in functions. Let's access
that symbol through its imported module so importing
zope.interface.advice can be lazy.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Mar 22 2018, 12:09 AM
durin42 accepted this revision.Mar 29 2018, 1:02 PM
This revision is now accepted and ready to land.Mar 29 2018, 1:02 PM
This revision was automatically updated to reflect the committed changes.