X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fruntime.py;h=e22967c783f55998dbe073a982866bf545b8755a;hb=e39e728991b762ae0b52b52b06655f0c7f1b7421;hp=99226f4fbedda2803af5c5052a4bd715f39212c5;hpb=bfcea75fd4f7d91b186f4f0e479db0e6f0a231ae;p=sfa.git diff --git a/sfatables/runtime.py b/sfatables/runtime.py index 99226f4f..e22967c7 100644 --- a/sfatables/runtime.py +++ b/sfatables/runtime.py @@ -2,15 +2,13 @@ import sys import os -import pdb -from optparse import OptionParser import libxml2 +import libxslt -from sfatables import commands -from sfatables.globals import * -from sfatables.commands.List import * -from sfatables.xmlrule import * +from sfatables.globals import sfatables_config +from sfatables.commands.List import List +from sfatables.xmlrule import XMLRule class SFATablesRules: def __init__(self, chain_name):