shebangs need to point at python2
[sfa.git] / sfatables / xmlextension.py
index 809ea36..f90e0fb 100644 (file)
@@ -5,12 +5,10 @@
 #   - The parameters that the processor needs to evaluate the context
 
 import libxml2
-from sfatables.globals import *
 
 class Xmlextension:
     def __init__(self, file_path):
 
-        print file_path
         self.context = ""
         self.processor = ""
         self.operand = "VALUE"