This is an archive of the discontinued Mercurial Phabricator instance.

thirdparty: port zope.interface to relative imports
ClosedPublic

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

Details

Summary

By using relative imports, we're guaranteed to get modules
vendored with Mercurial rather than other random modules
that might be in sys.path.

My editor strips trailing whitespace on save. So some minor
source code cleanup was also performed as part of this commit.

  1. no-check-commit because some modified lines have double newlines

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.