Import cfg from oslo in nova-novncproxy

Upstram OpenStack Nova package has moved the config engine into a
separate package. Mirror that change in the novnc script.
This commit is contained in:
Nikola Dipanov 2013-04-08 15:42:56 +02:00
parent 60d991774b
commit de0f8773b1
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@ Leverages wsproxy.py by Joel Martin
'''
import Cookie
from oslo.config import cfg
import socket
import sys
@ -31,7 +32,6 @@ import wsproxy
from nova import config
from nova import context
from nova import utils
from nova.openstack.common import cfg
from nova.openstack.common import rpc