X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfatables%2Fcommands%2FDelete.py;h=b1dff42765a3f465b96b4fe0ed245640f99df3d9;hp=364699080fb3f56f6d7c4380a2c42417099fc7e0;hb=4a9e6751f9f396f463932133b9d62fc925a99ef6;hpb=648ac3fd865ea29425485f26eb0a7bf1a62281e0 diff --git a/sfatables/commands/Delete.py b/sfatables/commands/Delete.py index 36469908..b1dff427 100644 --- a/sfatables/commands/Delete.py +++ b/sfatables/commands/Delete.py @@ -15,7 +15,7 @@ class Delete(Command): def call(self, command_options, match_options, target_options): if (len(command_options.args)<2): - print "Please specify the chain and the rule number to delete, e.g. sfatables -D INCOMING 1." + print("Please specify the chain and the rule number to delete, e.g. sfatables -D INCOMING 1.") return chain = command_options.args[0]