Rename rbpkg.api to rbpkg.repository.
Review Request #7719 — Created Oct. 20, 2015 and submitted — Latest diff uploaded
This renames rbpkg.api to rbpkg.repository, centralizing all the classes related to remote repositories in one place, rather than mixing them with other unrelated classes.
Unit tests pass.
Diff Revision 1 (Latest)
rbpkg/api/tests/__init__.py |
---|
rbpkg/api/errors.py |
---|
rbpkg/api/loaders.py |
---|
rbpkg/api/package_bundle.py |
---|
rbpkg/api/package_channel.py |
---|
rbpkg/api/package_index.py |
---|
rbpkg/api/package_release.py |
---|
rbpkg/api/package_repo.py |
---|
rbpkg/api/package_rules.py |
---|
rbpkg/api/__init__.py |
---|
rbpkg/api/tests/test_package_bundle.py |
---|
rbpkg/api/tests/test_package_channel.py |
---|
rbpkg/api/tests/test_package_index.py |
---|
rbpkg/api/tests/test_package_release.py |
---|
rbpkg/api/tests/test_package_rules.py |
---|
rbpkg/api/tests/testcases.py |
---|