summaryrefslogtreecommitdiff
path: root/tests/unit/test_cli20_network.py
diff options
context:
space:
mode:
authorMark McClain <mark.mcclain@dreamhost.com>2013-07-02 18:44:42 -0400
committerMark McClain <mark.mcclain@dreamhost.com>2013-07-03 11:56:44 -0400
commit93ac15bfeb51ee6a097d878e4eeef69cd2b3a6bc (patch)
tree39acb2ba93a28e1f03a3e6d739845758cd58715b /tests/unit/test_cli20_network.py
parent8ed38707b12ae6e77480ae8d8542712d63b7fc70 (diff)
downloadpython-neutronclient-2.2.4.tar.gz
Rename quantumclient to neutronclient2.2.4
Implements Blueprint: remove-use-of-quantum Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
Diffstat (limited to 'tests/unit/test_cli20_network.py')
-rw-r--r--tests/unit/test_cli20_network.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/test_cli20_network.py b/tests/unit/test_cli20_network.py
index 7df54ff..4fc8235 100644
--- a/tests/unit/test_cli20_network.py
+++ b/tests/unit/test_cli20_network.py
@@ -18,10 +18,10 @@ import sys
import mox
-from quantumclient.common import exceptions
-from quantumclient.common import utils
-from quantumclient.quantum.v2_0 import network
-from quantumclient import shell
+from neutronclient.common import exceptions
+from neutronclient.common import utils
+from neutronclient.neutron.v2_0 import network
+from neutronclient import shell
from tests.unit import test_cli20