summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorRick Harris <rick.harris@rackspace.com>2011-01-06 23:38:01 -0600
committerRick Harris <rick.harris@rackspace.com>2011-01-06 23:38:01 -0600
commit8de96296dfb22d0e6c491fcaf072210dfbaa67e8 (patch)
treee83fb153ee36615966f6905c4eef99a9d2db7efc /nova/utils.py
parent3bf9bc6f6c0fbf90e3f4eab68a9bd99d85fcc422 (diff)
downloadnova-8de96296dfb22d0e6c491fcaf072210dfbaa67e8.tar.gz
nova-8de96296dfb22d0e6c491fcaf072210dfbaa67e8.tar.xz
nova-8de96296dfb22d0e6c491fcaf072210dfbaa67e8.zip
Removing some FIXMEs
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 8d3bf0a6b..cd53d31d5 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -306,7 +306,8 @@ class LazyPluggable(object):
class LoopingCallDone(Exception):
"""The poll-function passed to LoopingCall can raise this exception to
- break out of the loop normally. This is somewhat analogous to StopIteration.
+ break out of the loop normally. This is somewhat analogous to
+ StopIteration.
An optional return-value can be included as the argument to the exception;
this return-value will be returned by LoopingCall.wait()