X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=multivimbroker%2Fmultivimbroker%2Fswagger%2Furls.py;h=8412177e9fcc071e6ee8b8e3bc0ae82197de26a0;hp=d1af8835369d5b2340e29e5643ff2fa4997c6e7b;hb=2906f8863e3af3559a5ba288cbc2363f31c9f507;hpb=cbc888fc41403f08f33061b285049b530785ef73 diff --git a/multivimbroker/multivimbroker/swagger/urls.py b/multivimbroker/multivimbroker/swagger/urls.py index d1af883..8412177 100644 --- a/multivimbroker/multivimbroker/swagger/urls.py +++ b/multivimbroker/multivimbroker/swagger/urls.py @@ -1,4 +1,5 @@ # Copyright (c) 2017 Wind River Systems, Inc. +# Copyright (c) 2017-2018 VMware, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -9,10 +10,10 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -from django.conf.urls import patterns, url +from django.conf.urls import url from rest_framework.urlpatterns import format_suffix_patterns -from multivimbroker.swagger import views +# from multivimbroker.swagger import views from multivimbroker.swagger.views import SwaggerJsonView urlpatterns = [