Sign in
apache
/
buildstream
/
refs/heads/lachlanmackenzie/CheckBotBehaviour
/
.
/
tests
/
internals
/
pluginloading
/
badversionsource
/
customsources
/
foo.py
blob: 628f99b29a71454175a9df7deb81220f40af13d4 [
file
] [
log
] [
blame
]
from
buildstream
import
Source
class
BarSource
(
Source
):
BST_FORMAT_VERSION
=
5
def
preflight
(
self
):
pass
def
configure
(
self
,
node
):
pass
def
setup
():
return
BarSource