X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fruntime.py;h=e22967c783f55998dbe073a982866bf545b8755a;hb=70f4308757e799aeb96545f5e0a22c96dc8633c2;hp=a5363352d6a191e307304754de213012a9f2c2a1;hpb=cf4cfc2fd8cc0260d5cdce30c6fe0d42d0e40cd1;p=sfa.git diff --git a/sfatables/runtime.py b/sfatables/runtime.py index a5363352..e22967c7 100644 --- a/sfatables/runtime.py +++ b/sfatables/runtime.py @@ -2,14 +2,13 @@ import sys import os -import pdb + import libxml2 +import libxslt -from optparse import OptionParser -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):