( )⚙ D6453 contrib: fix import-checker to operate on str instead of bytes

This is an archive of the discontinued Mercurial Phabricator instance.

contrib: fix import-checker to operate on str instead of bytes
ClosedPublic

Authored by durin42 on May 29 2019, 10:14 AM.

Details

Summary

I believe this is fallout from other Python 3 cleanups, and our code
linting tools are now leaning towards operating on str and not
bytes. I don't feel strongly, so I've just restored this tool to
working on Python 3.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durin42 created this revision.May 29 2019, 10:14 AM
pulkit accepted this revision.May 29 2019, 10:16 AM
This revision was automatically updated to reflect the committed changes.