inkscape_follow_link.py revision ce73efc40e53170d5ebd6de7102c6d718083e456
import threading
import webbrowser
import inkex
#inkex.errormsg("Link: %s" % self.url)
break
if __name__ == '__main__':
e = FollowLink()
# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99