summaryrefslogtreecommitdiff
path: root/tests/plugins/basics/badsetup/foo.py
blob: 145f2577b6e3c45a4751db065dc8929b340852c1 (plain)
1
2
3
4
5
6
# A plugin is supposed to define a setup function
# which returns the type that the plugin provides
#
# This plugin provides a setup() symbol that is
# not even a function
setup = 5