launch_webbrowser.py revision e4a094fa5446f7e5e226a3b10fdb7bf676808863
# standard library
import webbrowser
import threading
from optparse import OptionParser
# local library
import inkex
parser = OptionParser()
# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99