# HG changeset patch # User Georges Racinet <georges.racinet@octobus.net> # Date 1642339484 -3600 # Sun Jan 16 14:24:44 2022 +0100 # Node ID 728993c84d21eb4879219cc829c8b343e9f5b817 # Parent f8879186f28bc51bea0500f5cfb90eee4da9d121 launch: removed DEFAULT_PYTHON_VERSION This constant has no use any more. diff --git a/launch b/launch --- a/launch +++ b/launch @@ -8,7 +8,6 @@ import sys import tarfile -DEFAULT_PYTHON_VERSION = '3' HOME = os.environ['HOME'] # ! Docker context directory for the *heptapod-dev* image! DOCKER_CONTEXT_DIR = os.path.realpath(os.path.dirname(__file__))