Revision cfee7b519bb0e8571f89ff00458dfd176f70a939 authored by Valentin Lorentz on 22 January 2020, 11:25:24 UTC, committed by Valentin Lorentz on 22 January 2020, 11:25:24 UTC
1. There is no reason to force the server to serve only the 'local' backend anymore
2. Missing arguments will error when instantiating the backend class.
1 parent 2454a78
Raw File
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top