summaryrefslogtreecommitdiff
path: root/keystoneclient/fixture/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/fixture/__init__.py')
-rw-r--r--keystoneclient/fixture/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/keystoneclient/fixture/__init__.py b/keystoneclient/fixture/__init__.py
index 9e4de4b..158ad18 100644
--- a/keystoneclient/fixture/__init__.py
+++ b/keystoneclient/fixture/__init__.py
@@ -11,9 +11,10 @@
# under the License.
"""
-The generators in this directory produce keystone compliant structures for use
-in testing.
+Produce keystone compliant structures for testing.
+The generators in this directory produce keystone compliant structures for
+use in testing.
They should be considered part of the public API because they may be relied
upon to generate test tokens for other clients. However they should never be
imported into the main client (keystoneclient or other). Because of this there