keystone/keystone/receipt
Gage Hugo 870428e1bd Change __all__ list to tuple
Currently pep257 is throwing a warning for the pep8 check with
an error that __all__ is defined as a list instead of an
immutable tupel. This changes both instances of a list to a
tuple and the warning message is no longer emitted.

Change-Id: Ia7c3f0ad99ecf0e1db4ff4165beed0d0ef09bf58
2018-11-07 16:40:02 -06:00
..
providers Change __all__ list to tuple 2018-11-07 16:40:02 -06:00
__init__.py Change __all__ list to tuple 2018-11-07 16:40:02 -06:00
handlers.py Implement auth receipts spec 2018-11-02 15:06:19 +01:00
provider.py Implement auth receipts spec 2018-11-02 15:06:19 +01:00
receipt_formatters.py Implement auth receipts spec 2018-11-02 15:06:19 +01:00