summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveed Massjouni <naveedm9@gmail.com>2011-05-25 03:29:16 -0400
committerNaveed Massjouni <naveedm9@gmail.com>2011-05-25 03:29:16 -0400
commit46ddecc177830ea0ccef82e84d72c48261450b40 (patch)
tree47e02ffdfef88cf2249c33ba44665203f203f805
parentc5278be5e8e77e6af14e2ba8005ab1874194b77a (diff)
downloadnova-46ddecc177830ea0ccef82e84d72c48261450b40.tar.gz
nova-46ddecc177830ea0ccef82e84d72c48261450b40.tar.xz
nova-46ddecc177830ea0ccef82e84d72c48261450b40.zip
Don't need to import json.
-rw-r--r--nova/tests/test_notifier.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/tests/test_notifier.py b/nova/tests/test_notifier.py
index 14bef79b8..523f38f24 100644
--- a/nova/tests/test_notifier.py
+++ b/nova/tests/test_notifier.py
@@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-import json
-
import stubout
import nova