removed unused log

Change-Id: Ia6530f0e221925717c3a6745064d2fa2cb9bcc64
This commit is contained in:
liathartal
2016-08-31 10:51:50 +00:00
parent c560d3c702
commit ccaf4d69bc

View File

@@ -11,11 +11,8 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log
from oslo_utils import importutils
LOG = log.getLogger(__name__)
def import_versioned_module(version, submodule=None):
module = 'vitrageclient.v%s' % version