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

2018-03-30 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG49630e75635d: thirdparty: allow zope.interface.advice to be lazily imported (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

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

2018-03-21 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION 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.