Cleaning up imports and paths

Change-Id: Ifc5b1351a3efd9bc112b5ccc1f092f0df41b4751
diff --git a/python/docker/Dockerfile.openolt_adapter b/python/docker/Dockerfile.openolt_adapter
index ac71548..745cfe7 100644
--- a/python/docker/Dockerfile.openolt_adapter
+++ b/python/docker/Dockerfile.openolt_adapter
@@ -24,12 +24,8 @@
 # Bundle app source
 RUN mkdir /voltha && touch /voltha/__init__.py
 ENV PYTHONPATH=/voltha
-COPY adapters/openolt /voltha/voltha/adapters/openolt
-RUN touch /voltha/voltha/__init__.py
-RUN touch /voltha/voltha/adapters/__init__.py
-
-# COPY --from=openolt_protos /protos/voltha/openolt* /voltha/voltha/adapters/openolt/protos/
-# RUN touch /voltha/voltha/adapters/openolt/protos/__init__.py
+COPY adapters/openolt /voltha/adapters/openolt
+RUN touch /voltha/adapters/__init__.py
 
 # Exposing process and default entry point
 # CMD ["python", "/voltha/python/adapters/openolt/main.py"]