keystoneauth/keystoneauth1
Dolph Mathews 10c5961426 Make __all__ immutable
Using a mutable type implies that it's acceptable for the set of
publicly-accessible attributes to be mutated at runtime, which defeats
their intended purpose of documenting the public interface. Tuples are
immutable.

Change-Id: Ib3ab93224ba240040b08ece481ef5ba620c3f658
2015-10-01 18:21:31 +00:00
..
access Make __all__ immutable 2015-10-01 18:21:31 +00:00
exceptions Make __all__ immutable 2015-10-01 18:21:31 +00:00
fixture Make __all__ immutable 2015-10-01 18:21:31 +00:00
hacking Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
identity Make __all__ immutable 2015-10-01 18:21:31 +00:00
loading Make __all__ immutable 2015-10-01 18:21:31 +00:00
tests Merge "add openid connect plugins" 2015-09-30 05:12:15 +00:00
__init__.py Split plugin loading 2015-08-06 10:07:51 +10:00
_utils.py Keep a consistent logger name for keystoneauth 2015-08-24 18:16:33 -07:00
adapter.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
discover.py Keep a consistent logger name for keystoneauth 2015-08-24 18:16:33 -07:00
plugin.py Split plugin loading 2015-08-06 10:07:51 +10:00
session.py Keep a consistent logger name for keystoneauth 2015-08-24 18:16:33 -07:00
token_endpoint.py Split plugin loading 2015-08-06 10:07:51 +10:00