diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-05-08 14:51:03 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-05-08 14:51:03 +0000 |
| commit | faa98823951fb390559adde538c15bd830056655 (patch) | |
| tree | 84b68ee9fd6ba0a948172c267dd8956b45c51c49 /nova/api | |
| parent | 1405b62cde93669072efb13d78cb0382255c7b21 (diff) | |
| parent | 86dc475bd6de08c8a329a26f988d0fff8868c8a0 (diff) | |
Merge "pylint cleanup"
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/contrib/floating_ips.py | 1 | ||||
| -rw-r--r-- | nova/api/validator.py | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/nova/api/openstack/compute/contrib/floating_ips.py b/nova/api/openstack/compute/contrib/floating_ips.py index 4a5cec8d2..11da0d770 100644 --- a/nova/api/openstack/compute/contrib/floating_ips.py +++ b/nova/api/openstack/compute/contrib/floating_ips.py @@ -26,7 +26,6 @@ from nova import compute from nova import exception from nova import log as logging from nova import network -from nova.rpc import common as rpc_common LOG = logging.getLogger(__name__) diff --git a/nova/api/validator.py b/nova/api/validator.py index 4d4c9457a..beee370b9 100644 --- a/nova/api/validator.py +++ b/nova/api/validator.py @@ -21,8 +21,6 @@ import logging import re import socket -from nova import exception - LOG = logging.getLogger(__name__) |
