"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.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG02fe8dedab8c: defaults: rename default.d to defaultrc to make it a valid package name
Diff Detail
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
Comment Actions
Presumably we'll need a new __init__.py and corresponding package entry in setup.py. But that can come later.