Added V0 Registry API
[multicloud/azure.git] / azure / multicloud_azure / tests / test_restcall.py
similarity index 98%
rename from azure/azure/tests/test_restcall.py
rename to azure/multicloud_azure/tests/test_restcall.py
index bf45ccf..9f60317 100644 (file)
@@ -12,7 +12,7 @@ import mock
 import unittest
 import urllib2
 
-from azure.pub.utils import restcall
+from multicloud_azure.pub.utils import restcall
 
 
 class TestRestCall(unittest.TestCase):