Merge "Fix imports on Python 3"

This commit is contained in:
Jenkins 2016-03-07 23:27:08 +00:00 committed by Gerrit Code Review
commit 5ef50a46d5
1 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,6 @@
# under the License.
from create_port import CreatePort # noqa
from delete_ports import DeletePorts # noqa
from show_network import ShowNetwork # noqa
from os_tasklib.neutron.create_port import CreatePort # noqa
from os_tasklib.neutron.delete_ports import DeletePorts # noqa
from os_tasklib.neutron.show_network import ShowNetwork # noqa