X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfatables%2Fcommands%2FInsert.py;h=63e3bea32a6c36433ec45492ef9ca207d0b8d9f6;hp=852985eb87cf5fdfa9ce5bd25ea5e6f7bd8ab6ca;hb=4a9e6751f9f396f463932133b9d62fc925a99ef6;hpb=648ac3fd865ea29425485f26eb0a7bf1a62281e0 diff --git a/sfatables/commands/Insert.py b/sfatables/commands/Insert.py index 852985eb..63e3bea3 100644 --- a/sfatables/commands/Insert.py +++ b/sfatables/commands/Insert.py @@ -47,7 +47,7 @@ class Insert(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 insert, e.g. sfatables -I INCOMING 1 -- ...." + print("Please specify the chain and the rule number to insert, e.g. sfatables -I INCOMING 1 -- ....") return chain = command_options.args[0]