summaryrefslogtreecommitdiffstats
path: root/_deploy/wsl
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-19 20:47:26 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-19 20:47:26 +0000
commit0f8fe0e290b065fca531fd61e9b48ec565a33915 (patch)
tree44f5ba2befa3dd424ecbe3a119ee761fee4082d9 /_deploy/wsl
parentbe9fcc522a0e8dd95167236b30deb936ca6a4721 (diff)
downloadtroggle-0f8fe0e290b065fca531fd61e9b48ec565a33915.tar.gz
troggle-0f8fe0e290b065fca531fd61e9b48ec565a33915.tar.bz2
troggle-0f8fe0e290b065fca531fd61e9b48ec565a33915.zip
isrt reordering of import statements
Diffstat (limited to '_deploy/wsl')
-rw-r--r--_deploy/wsl/localsettingsWSL.py3
1 files changed, 2 insertions, 1 deletions
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