Cleanup unused import
Change-Id: Id7d110110f238077630c9b9ee4d643654844dd3e
This commit is contained in:
parent
74132e5078
commit
dccdd02e48
@ -12,7 +12,6 @@
|
|||||||
# All configuration values have a default; values that are commented out
|
# All configuration values have a default; values that are commented out
|
||||||
# serve to show the default.
|
# serve to show the default.
|
||||||
|
|
||||||
import os
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
|
@ -9,11 +9,9 @@ OpenStack Client interface. Handles the REST calls and responses.
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
import time
|
import time
|
||||||
import urlparse
|
import urlparse
|
||||||
|
|
||||||
import pkg_resources
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
"""Cloudpipe interface."""
|
"""Cloudpipe interface."""
|
||||||
|
|
||||||
from novaclient import base
|
from novaclient import base
|
||||||
from novaclient.v1_1 import networks
|
|
||||||
|
|
||||||
|
|
||||||
class Cloudpipe(base.Resource):
|
class Cloudpipe(base.Resource):
|
||||||
|
@ -16,9 +16,6 @@
|
|||||||
"""
|
"""
|
||||||
Baremetal interface (v2 extension).
|
Baremetal interface (v2 extension).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import urllib
|
|
||||||
|
|
||||||
from novaclient import base
|
from novaclient import base
|
||||||
from novaclient import utils
|
from novaclient import utils
|
||||||
|
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import urllib
|
|
||||||
|
|
||||||
from novaclient import base
|
from novaclient import base
|
||||||
|
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
import setuptools
|
import setuptools
|
||||||
import sys
|
|
||||||
|
|
||||||
from novaclient.openstack.common import setup
|
from novaclient.openstack.common import setup
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
from novaclient import exceptions
|
|
||||||
from novaclient.v1_1 import certs
|
from novaclient.v1_1 import certs
|
||||||
from tests import utils
|
from tests import utils
|
||||||
from tests.v1_1 import fakes
|
from tests.v1_1 import fakes
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
from novaclient import exceptions
|
|
||||||
from novaclient.v1_1 import cloudpipe
|
from novaclient.v1_1 import cloudpipe
|
||||||
from tests import utils
|
from tests import utils
|
||||||
from tests.v1_1 import fakes
|
from tests.v1_1 import fakes
|
||||||
|
@ -17,8 +17,6 @@
|
|||||||
# See: http://wiki.openstack.org/Nova/CoverageExtension for more information
|
# See: http://wiki.openstack.org/Nova/CoverageExtension for more information
|
||||||
# and usage explanation for this API extension
|
# and usage explanation for this API extension
|
||||||
|
|
||||||
from novaclient import exceptions
|
|
||||||
from novaclient.v1_1 import flavors
|
|
||||||
from tests import utils
|
from tests import utils
|
||||||
from tests.v1_1 import fakes
|
from tests.v1_1 import fakes
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from novaclient.v1_1 import fixed_ips
|
|
||||||
from tests.v1_1 import fakes
|
from tests.v1_1 import fakes
|
||||||
from tests import utils
|
from tests import utils
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
from novaclient import exceptions
|
|
||||||
from novaclient.v1_1 import floating_ip_dns
|
from novaclient.v1_1 import floating_ip_dns
|
||||||
from tests.v1_1 import fakes
|
from tests.v1_1 import fakes
|
||||||
from tests import utils
|
from tests import utils
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from novaclient import exceptions
|
|
||||||
from novaclient.v1_1 import fping
|
from novaclient.v1_1 import fping
|
||||||
from tests import utils
|
from tests import utils
|
||||||
from tests.v1_1 import fakes
|
from tests.v1_1 import fakes
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
from novaclient import exceptions
|
|
||||||
from novaclient.v1_1 import networks
|
from novaclient.v1_1 import networks
|
||||||
from tests import utils
|
from tests import utils
|
||||||
from tests.v1_1 import fakes
|
from tests.v1_1 import fakes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user