Sign in
apache
/
buildstream
/
refs/heads/tpollard/python38
/
.
/
tests
/
internals
/
pluginfactory
/
nosetup
/
foo.py
blob: 0b5a4fa7e15a78caff0dfa18f727d2e3f703340c [
file
]
# A plugin is supposed to define a setup function
# which returns the type that the plugin provides
#
# This plugin fails to do so
def
useless
():
print
(
"Hello World"
)