builder.braak.pro/config/master.cfg
Bart van der Braak 18e653fd2e
All checks were successful
Run checks / checks (pull_request) Successful in 1m27s
Setup python and make
2024-11-19 20:50:26 +01:00

8 lines
153 B
Python

# -*- python -*-
# ex: set filetype=python:
import importlib
import os
import sys
import setup
importlib.reload(setup)
BuildmasterConfig = setup.setup()