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