More import fixups.

This commit is contained in:
Joshua Harlow
2013-05-22 18:04:08 -07:00
parent ad23ee6fb1
commit 7908a81632

View File

@@ -16,10 +16,10 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
import traceback as tb
from celery.signals import task_failure, task_success
from nova.openstack.common import log as logging
LOG = logging.getLogger(__name__)