X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog%2Fpub%2Futils%2Frestcall.py;h=6dbab78d15c20a636fea4ca9c4b0a7846b47266c;hb=46bd3041d522ddce28ae3450e98c9c49b44b02cc;hp=4d40068ab33add897a6c6a46ee2d67e4aae9fbfd;hpb=824413f6f354330f868b38a2ec8cb93b3c8d2808;p=modeling%2Fetsicatalog.git diff --git a/catalog/pub/utils/restcall.py b/catalog/pub/utils/restcall.py index 4d40068..6dbab78 100644 --- a/catalog/pub/utils/restcall.py +++ b/catalog/pub/utils/restcall.py @@ -12,13 +12,14 @@ # See the License for the specific language governing permissions and # limitations under the License. +import base64 +import logging import sys import traceback -import logging import urllib import uuid + import httplib2 -import base64 from catalog.pub.config.config import MSB_BASE_URL