From 207d82bb24f83df0fe71c73f700cec076ffdcfc5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 2 Feb 2018 18:54:39 +0200 Subject: Refactor: move most of backend.py to app.py This allows "import salami" without having SALAMI_CONFIG set in the environment. --- without-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'without-tests') diff --git a/without-tests b/without-tests index a95a008..e093520 100644 --- a/without-tests +++ b/without-tests @@ -2,6 +2,7 @@ setup.py doc/build.py salami/__init__.py salami/api.py +salami/app.py salami/backend.py salami/log_setup.py salami/responses.py -- cgit v1.2.1