summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Wenxiang <wu.wenxiang@99cloud.net>2013-03-15 12:50:57 +0800
committerWu Wenxiang <wu.wenxiang@99cloud.net>2013-03-15 12:50:57 +0800
commit301500d6c8931b8c884c78dc046e8950a10392ad (patch)
treeea00d9df3da315bf77216e55c1fc2a2817acf4d4
parentc5b579926feb208c785f028d48c6eaf9c36768fc (diff)
downloadpython-novaclient-301500d6c8931b8c884c78dc046e8950a10392ad.tar.gz
Remove unused import
Remove unused import line in tests/v1_1/test_quotas.py Change-Id: I07b23d945a361015974b546a455d9cd5a48a5b3d
-rw-r--r--tests/v1_1/test_quotas.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/v1_1/test_quotas.py b/tests/v1_1/test_quotas.py
index 11198d6b..85a7a576 100644
--- a/tests/v1_1/test_quotas.py
+++ b/tests/v1_1/test_quotas.py
@@ -16,8 +16,6 @@
from tests import utils
from tests.v1_1 import fakes
-from novaclient import exceptions
-
cs = fakes.FakeClient()