diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-19 20:47:26 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-19 20:47:26 +0000 |
commit | 0f8fe0e290b065fca531fd61e9b48ec565a33915 (patch) | |
tree | 44f5ba2befa3dd424ecbe3a119ee761fee4082d9 /_deploy/wsl/localsettingsWSL.py | |
parent | be9fcc522a0e8dd95167236b30deb936ca6a4721 (diff) | |
download | troggle-0f8fe0e290b065fca531fd61e9b48ec565a33915.tar.gz troggle-0f8fe0e290b065fca531fd61e9b48ec565a33915.tar.bz2 troggle-0f8fe0e290b065fca531fd61e9b48ec565a33915.zip |
isrt reordering of import statements
Diffstat (limited to '_deploy/wsl/localsettingsWSL.py')
-rw-r--r-- | _deploy/wsl/localsettingsWSL.py | 3 |
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 |