---
+++
@@ -198,7 +198,6 @@
opt_parser.add_option('-f', '--force', action="store_true", default=False, help="Force applying callbacks")
opt_parser.set_usage(USAGE)
(options, args) = opt_parser.parse_args()
-print "forece:", options.force
def print_verbose(str):
if options.verbose:
Generated with KisssPM