Cleanup unused import

Change-Id: Id7d110110f238077630c9b9ee4d643654844dd3e
This commit is contained in:
gtt116 2013-04-17 13:51:37 +00:00
parent 74132e5078
commit dccdd02e48
13 changed files with 0 additions and 18 deletions

View File

@ -12,7 +12,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import os
import sys
# If extensions (or modules to document with autodoc) are in another directory,

View File

@ -9,11 +9,9 @@ OpenStack Client interface. Handles the REST calls and responses.
import logging
import os
import sys
import time
import urlparse
import pkg_resources
import requests
try:

View File

@ -16,7 +16,6 @@
"""Cloudpipe interface."""
from novaclient import base
from novaclient.v1_1 import networks
class Cloudpipe(base.Resource):

View File

@ -16,9 +16,6 @@
"""
Baremetal interface (v2 extension).
"""
import urllib
from novaclient import base
from novaclient import utils

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import urllib
from novaclient import base

View File

@ -14,7 +14,6 @@
import os
import setuptools
import sys
from novaclient.openstack.common import setup

View File

@ -1,4 +1,3 @@
from novaclient import exceptions
from novaclient.v1_1 import certs
from tests import utils
from tests.v1_1 import fakes

View File

@ -1,4 +1,3 @@
from novaclient import exceptions
from novaclient.v1_1 import cloudpipe
from tests import utils
from tests.v1_1 import fakes

View File

@ -17,8 +17,6 @@
# See: http://wiki.openstack.org/Nova/CoverageExtension for more information
# and usage explanation for this API extension
from novaclient import exceptions
from novaclient.v1_1 import flavors
from tests import utils
from tests.v1_1 import fakes

View File

@ -15,7 +15,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from novaclient.v1_1 import fixed_ips
from tests.v1_1 import fakes
from tests import utils

View File

@ -1,4 +1,3 @@
from novaclient import exceptions
from novaclient.v1_1 import floating_ip_dns
from tests.v1_1 import fakes
from tests import utils

View File

@ -15,7 +15,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from novaclient import exceptions
from novaclient.v1_1 import fping
from tests import utils
from tests.v1_1 import fakes

View File

@ -1,4 +1,3 @@
from novaclient import exceptions
from novaclient.v1_1 import networks
from tests import utils
from tests.v1_1 import fakes