j
k
j a
j l
if __name__ == "__main__": parser = OptionParser() parser.add_option("", "--version", action="callback", callback=print_version, nargs=0, help="Print version and exit")
if __name__ == "__main__": parser = OptionParser()
parser.add_option("", "--version", action="callback",
callback=print_version, nargs=0,
help="Print version and exit")
Looks like you broke the indenting here. I know, Python is weird... :)
--Dan
Attachments:
Back to the thread
Back to the list