shebangs need to point at python2
[sfa.git] / sfatables / xmlextension.py
index 813cd6d..f90e0fb 100644 (file)
@@ -5,10 +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):
+
         self.context = ""
         self.processor = ""
         self.operand = "VALUE"