diff options
| author | Jesse Andrews <anotherjesse@gmail.com> | 2010-10-24 17:56:09 -0700 |
|---|---|---|
| committer | Jesse Andrews <anotherjesse@gmail.com> | 2010-10-24 17:56:09 -0700 |
| commit | 7bf0f86e5863f4943900a78f9797810b80d171e5 (patch) | |
| tree | 6714eb25b17175cc350a8d5b2971750441c567bd | |
| parent | 5d0f6ac00633f622d238b49af1a0d7c566057ec5 (diff) | |
whitespace
| -rw-r--r-- | nova/api/ec2/admin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/ec2/admin.py b/nova/api/ec2/admin.py index 24ce5ee7c..23942af6e 100644 --- a/nova/api/ec2/admin.py +++ b/nova/api/ec2/admin.py @@ -26,6 +26,7 @@ from nova import db from nova import exception from nova.auth import manager + def user_dict(user, base64_file=None): """Convert the user object to a result dict""" if user: |
