diff options
Diffstat (limited to 'catalog/pub/utils/restcall.py')
-rw-r--r-- | catalog/pub/utils/restcall.py | 5 |
1 files changed, 3 insertions, 2 deletions
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 |