diff options
| author | Mark McClain <mark.mcclain@dreamhost.com> | 2013-07-02 18:44:42 -0400 |
|---|---|---|
| committer | Mark McClain <mark.mcclain@dreamhost.com> | 2013-07-03 11:56:44 -0400 |
| commit | 93ac15bfeb51ee6a097d878e4eeef69cd2b3a6bc (patch) | |
| tree | 39acb2ba93a28e1f03a3e6d739845758cd58715b /tests/unit/test_cli20_port.py | |
| parent | 8ed38707b12ae6e77480ae8d8542712d63b7fc70 (diff) | |
| download | python-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_port.py')
| -rw-r--r-- | tests/unit/test_cli20_port.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_cli20_port.py b/tests/unit/test_cli20_port.py index 545f35b..150cf8f 100644 --- a/tests/unit/test_cli20_port.py +++ b/tests/unit/test_cli20_port.py @@ -19,8 +19,8 @@ import sys import mox -from quantumclient.quantum.v2_0 import port -from quantumclient import shell +from neutronclient.neutron.v2_0 import port +from neutronclient import shell from tests.unit import test_cli20 |
