preparing to split chameleon out of voltha
this is a prep step to make chameleon independent
of voltha. Chameleon will move out of voltha but
repo will drop chameleon in the same place as it
currently is. This means that voltha's build process
will not change and the code changes to chameleon
will automatically be applied to the correct repo.
Change-Id: I754d6b5b28ea99333b19140d6c1a94e8198f9d3a
diff --git a/chameleon/grpc_client/grpc_client.py b/chameleon/grpc_client/grpc_client.py
index 234f24a..7d43384 100644
--- a/chameleon/grpc_client/grpc_client.py
+++ b/chameleon/grpc_client/grpc_client.py
@@ -33,11 +33,11 @@
from twisted.internet.defer import inlineCallbacks, returnValue
from werkzeug.exceptions import ServiceUnavailable
-from common.utils.asleep import asleep
from chameleon.protos import third_party
from chameleon.protos.schema_pb2 import SchemaServiceStub
from google.protobuf.empty_pb2 import Empty
+from chameleon.utils.asleep import asleep
log = get_logger()