Searched refs:command_py2to3 (Results 1 – 1 of 1) sorted by relevance
151 def command_py2to3(args): function163 command_py2to3.name = "2to3"164 command_py2to3.usage = "%(prog)s sources..."165 command_py2to3.short = "Apply python's 2to3 tool to Python sources."166 command_py2to3.setup_parser = setup_parser4py2to3