summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2011-03-22 22:45:15 -0700
committerJustin Santa Barbara <justin@fathomdb.com>2011-03-22 22:45:15 -0700
commita4d78e44d7ca35a6cca4454667cab743409fd95a (patch)
tree4f8dc34f0badfcb8672745b5010c81432a835e2c /nova/utils.py
parenta0432e417a13fd9579c40bdd54f0201b06470f45 (diff)
downloadnova-a4d78e44d7ca35a6cca4454667cab743409fd95a.tar.gz
nova-a4d78e44d7ca35a6cca4454667cab743409fd95a.tar.xz
nova-a4d78e44d7ca35a6cca4454667cab743409fd95a.zip
Added space in between # and TODO in #TODO
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 2e653bda0..36b384f4f 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -592,5 +592,5 @@ def check_isinstance(obj, cls):
if isinstance(obj, cls):
return obj
raise Exception(_("Expected object of type: %s") % (str(cls)))
- #TODO(justinsb): Can we make this better??
+ # TODO(justinsb): Can we make this better??
return cls() # Ugly PyLint hack