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/main.py b/main.py
index 7d06efe..9c5912c 100755
--- a/main.py
+++ b/main.py
@@ -24,15 +24,16 @@
import yaml
from twisted.internet.defer import inlineCallbacks
+from chameleon.utils.dockerhelpers import get_my_containers_name
+from chameleon.utils.nethelpers import get_my_primary_local_ipv4
+from chameleon.utils.structlog_setup import setup_logging
+
base_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(base_dir)
sys.path.append(os.path.join(base_dir, '/chameleon/protos/third_party'))
from chameleon.grpc_client.grpc_client import GrpcClient
from chameleon.web_server.web_server import WebServer
-from common.utils.dockerhelpers import get_my_containers_name
-from common.utils.nethelpers import get_my_primary_local_ipv4
-from common.structlog_setup import setup_logging
defs = dict(