Skip to content

Commit 5412dbf

Browse files
committed
stackrc: Remove USE_PYTHON3
This is no longer necessary and any users of this should be updated to remove references. Change-Id: Ice5083d8897376fd2ed6bd509419526e15baaf12 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
1 parent 9fff87f commit 5412dbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stackrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ if [[ -r $RC_DIR/.localrc.password ]]; then
126126
source $RC_DIR/.localrc.password
127127
fi
128128

129-
# Control whether Python 3 should be used at all.
130-
# TODO(frickler): Drop this when all consumers are fixed
131-
export USE_PYTHON3=True
132-
133129
# Adding the specific version of Python 3 to this variable will install
134130
# the app using that version of the interpreter instead of just 3.
135131
_DEFAULT_PYTHON3_VERSION="$(_get_python_version python3)"

0 commit comments

Comments
 (0)