Modified code Pyflakes warning.

File config.py:
W402 'os' imported but unused

Change-Id: Ie6e728183638312ccfa09e62626e05a49289009b
This commit is contained in:
siyingchun 2012-09-08 19:37:03 +08:00
parent 1f6165b6ea
commit ff5bff89d4

View File

@ -15,7 +15,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import os
from quantum.common import config
from quantum.openstack.common import cfg