summaryrefslogtreecommitdiffstats
path: root/nova/fakerabbit.py
diff options
context:
space:
mode:
authorJesse Andrews <jesse@gigantor.local>2010-07-15 18:13:48 -0500
committerJesse Andrews <jesse@gigantor.local>2010-07-15 18:13:48 -0500
commit3ce6ec1a83731da868c5a77c4684808a54ffd8fd (patch)
tree9d92e81ec74926526841583737169d034c70de3a /nova/fakerabbit.py
parentc8fdce011092f23efd55385b45db8e6f3886beb1 (diff)
downloadnova-3ce6ec1a83731da868c5a77c4684808a54ffd8fd.tar.gz
nova-3ce6ec1a83731da868c5a77c4684808a54ffd8fd.tar.xz
nova-3ce6ec1a83731da868c5a77c4684808a54ffd8fd.zip
reorder imports spacing
Diffstat (limited to 'nova/fakerabbit.py')
-rw-r--r--nova/fakerabbit.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/fakerabbit.py b/nova/fakerabbit.py
index 00eb18327..689194513 100644
--- a/nova/fakerabbit.py
+++ b/nova/fakerabbit.py
@@ -18,11 +18,10 @@
""" Based a bit on the carrot.backeds.queue backend... but a lot better """
+from carrot.backends import base
import logging
import Queue as queue
-from carrot.backends import base
-
class Message(base.BaseMessage):
pass