python3 - 2to3 + miscell obvious tweaks
[sfa.git] / sfatables / commands / Insert.py
index 852985e..63e3bea 100644 (file)
@@ -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]