Files
python-keystoneclient/keystoneclient/v3/__init__.py
Brant Knudson 86000b47f0 PEP 8 Public and internal interfaces
Define which interfaces are public and which are internal based
on PEP 8.

For reference, PEP 8 section is here:
http://www.python.org/dev/peps/pep-0008/#public-and-internal-interfaces

Change-Id: I14233796b7838b78fbd355014478f3e326542966
2013-10-30 18:55:14 -05:00

8 lines
89 B
Python

# flake8: noqa
from keystoneclient.v3.client import Client
__all__ = [
'client',
]