remote unecessary includes

Change-Id: Ifbbd0f5208f8934ba6d1c3ff76488bfde4796f3f
diff --git a/xos/tosca/resources/vtnservice.py b/xos/tosca/resources/vtnservice.py
index b8ccd59..4a525e1 100644
--- a/xos/tosca/resources/vtnservice.py
+++ b/xos/tosca/resources/vtnservice.py
@@ -1,12 +1,4 @@
-import os
-import pdb
-import sys
-import tempfile
-sys.path.append("/opt/tosca")
-from translator.toscalib.tosca_template import ToscaTemplate
-
 from services.vtn.models import VTNService
-
 from service import XOSService
 
 class XOSVTNService(XOSService):