X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fsfatables;h=a06680b66be6f859e34bd0b77d1ae0fe9b9d6668;hb=e8b16b96a23e1ab54e780587cc7cc0345a1ddf0e;hp=0693020d380c5d64a0533cd5cb52e55a3b7558aa;hpb=e57b7150dee76d42fc15f9477a3045e5171c8878;p=sfa.git diff --git a/sfatables/sfatables b/sfatables/sfatables index 0693020d..a06680b6 100755 --- a/sfatables/sfatables +++ b/sfatables/sfatables @@ -8,14 +8,12 @@ import sys import os -import pdb import glob -import libxml2 from optparse import OptionParser from sfatables import commands from sfatables.xmlextension import Xmlextension -from sfatables.globals import * +from sfatables.globals import target_dir, match_dir def load_commands(module, list): command_dict={} @@ -36,7 +34,6 @@ def load_xml_extensions(module, ext_dir): # get the filename and get rid of the ".xml" extension ext_name = os.path.extsep.join(os.path.splitext(os.path.basename(ext))[:-1]) ext_dict[ext_name]=module - print "Loaded:", ext_name, ext return ext_dict