summaryrefslogtreecommitdiff
path: root/openstack_auth/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_auth/models.py')
-rw-r--r--openstack_auth/models.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/openstack_auth/models.py b/openstack_auth/models.py
index 76cfc2a..7316aac 100644
--- a/openstack_auth/models.py
+++ b/openstack_auth/models.py
@@ -12,4 +12,7 @@
# limitations under the License.
# import the User model in here so Django can find it
-from openstack_auth.user import User # noqa
+from openstack_auth.user import User
+
+
+__all__ = ['User']