Trying to add some error checking to matches and targets
[sfa.git] / sfatables / commands / Delete.py
index e59da62..cac5445 100644 (file)
@@ -1,7 +1,7 @@
 import os, time
-from sfa.sfatables.command import Add
+from sfatables.command import Command
 
-class Add(Command):
+class Delete(Command):
     options = [('-D','--delete')]
     help = 'Delete a rule from a chain'
     key='delete_rule'