Logging module cleanup

Replaced logging with openstack.common.log
Removed imports where logging is not used

Fixes bug #1095541

Change-Id: I5b03d9697dde3ef3520f67d1d8166f7af7689551
This commit is contained in:
Zhongyue Luo 2013-01-03 14:31:49 +08:00
parent e5bc05def8
commit 6424abf507
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,6 @@ Human Alphabetical Order Examples
Example::
import httplib
import logging
import random
import StringIO
import time
@ -76,6 +75,7 @@ Example::
from quantum.api import ports
from quantum.db import models
from quantum.extensions import multiport
from quantum.openstack.common import log as logging
import quantum.manager
from quantum import service