kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit c4b5984cde40f6d19ceebc8b76fecb235c5199e8
parent 403938d8e9cf85531c4c3860b42bf10df850c3ee
Author: Joris Vink <joris@coders.se>
Date:   Tue, 30 Apr 2019 20:32:37 +0200

remove stale example from Makefile

Diffstat:
examples/Makefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/examples/Makefile b/examples/Makefile @@ -24,7 +24,6 @@ EXAMPLES= cookies \ pgsql \ pgsql-sync \ pipe_task \ - python \ python-async \ python-echo \ python-pgsql \