19
options, args = getopt.gnu_getopt(sys.argv, "lw", ["launchpad", 'webbrowser'])
19
options, args = getopt.gnu_getopt(sys.argv, "l", ["launchpad"])
26
25
print "--launchpad Print out Launchpad mail commands for closing bugs "
27
26
print " that are already fixed."