From ff0f2d207c47b9e473c356227b32c19e4510b4be Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 22 Apr 2022 17:13:24 +0200 Subject: support --help and --version options when running the sample wsgi script from command line --- tests/test_server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_server.py b/tests/test_server.py index 1da5663..0820d5c 100644 --- a/tests/test_server.py +++ b/tests/test_server.py @@ -43,7 +43,8 @@ from werkzeug import Response from hydrilla import util as hydrilla_util from hydrilla.builder import Build -from hydrilla.server import HydrillaApp, config, _version +from hydrilla.server import config, _version +from hydrilla.server.serve import HydrillaApp here = Path(__file__).resolve().parent config_path = here / 'config.json' -- cgit v1.2.3