From 0f8fe0e290b065fca531fd61e9b48ec565a33915 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 19 Jan 2023 20:47:26 +0000 Subject: isrt reordering of import statements --- _deploy/wsl/localsettingsWSL.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_deploy/wsl/localsettingsWSL.py') diff --git a/_deploy/wsl/localsettingsWSL.py b/_deploy/wsl/localsettingsWSL.py index c67f54e..79d9026 100644 --- a/_deploy/wsl/localsettingsWSL.py +++ b/_deploy/wsl/localsettingsWSL.py @@ -1,7 +1,8 @@ -import sys import os +import sys import urllib.parse from pathlib import Path + """Settings for a troggle installation which may vary among different installations: for development or deployment, in a docker image or python virtual environment (venv), on ubuntu, debian or in Windows -- cgit v1.2.3