summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrey Morris <trey.morris@rackspace.com>2011-01-20 16:19:07 -0600
committerTrey Morris <trey.morris@rackspace.com>2011-01-20 16:19:07 -0600
commit8d1798008fcec536f1117a275b168ca449f1dfbf (patch)
tree44ce77a3c5953f939e53989e138b1692537b7218
parent9b993d50835c79d23dca422335de362ebaf7f4fa (diff)
syntax error
-rw-r--r--nova/db/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/api.py b/nova/db/api.py
index 7b37bce2f..f22cd5615 100644
--- a/nova/db/api.py
+++ b/nova/db/api.py
@@ -503,7 +503,7 @@ def network_get(context, network_id):
def network_get_all(context):
"""Get all networks"""
- returm IMPL.network_get_all(context)
+ return IMPL.network_get_all(context)
# pylint: disable-msg=C0103