terminator/terminatorlib/plugins/url_handlers.py

8 lines
148 B
Python
Raw Normal View History

import plugin
class LaunchpadURLHandler(plugin.Plugin):
capabilities = ['url_handler']
def do_test(self):
return "Launchpad blah"