This is an archive of the discontinued Mercurial Phabricator instance.

defaults: rename default.d to defaultrc to make it a valid package name
ClosedPublic

Authored by martinvonz on Nov 15 2019, 12:05 AM.

Details

Summary

"default.d" is not a valid Python package name, and it needs to be a
valid package name if we want to be able to load the files from here
as resources.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

martinvonz created this revision.Nov 15 2019, 12:05 AM
indygreg accepted this revision.Nov 16 2019, 2:02 PM
indygreg added a subscriber: indygreg.

Presumably we'll need a new __init__.py and corresponding package entry in setup.py. But that can come later.

This revision is now accepted and ready to land.Nov 16 2019, 2:02 PM