X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog%2Fpub%2Futils%2Frestcall.py;fp=genericparser%2Fpub%2Futils%2Frestcall.py;h=8f03259cffe17e622d78a6e8040f119aced1e581;hb=a32c2b20207885d895bd96204cc166fca14db97b;hp=5efa0cb362bec1d9312f4f2286c8194f93e2879e;hpb=431a5a35a8e0a26d21c663167303696db8a7a2a6;p=modeling%2Fetsicatalog.git diff --git a/genericparser/pub/utils/restcall.py b/catalog/pub/utils/restcall.py similarity index 98% rename from genericparser/pub/utils/restcall.py rename to catalog/pub/utils/restcall.py index 5efa0cb..8f03259 100644 --- a/genericparser/pub/utils/restcall.py +++ b/catalog/pub/utils/restcall.py @@ -20,7 +20,7 @@ import uuid import httplib2 import base64 -from genericparser.pub.config.config import MSB_SERVICE_IP, MSB_SERVICE_PORT +from catalog.pub.config.config import MSB_SERVICE_IP, MSB_SERVICE_PORT rest_no_auth, rest_oneway_auth, rest_bothway_auth = 0, 1, 2 HTTP_200_OK, HTTP_201_CREATED, HTTP_204_NO_CONTENT, HTTP_202_ACCEPTED = '200', '201', '204', '202'