update for change to etsicatalog
[modeling/etsicatalog.git] / 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 (file)
@@ -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'