From 3884391cf38422b088d6c60f5e4926e63ce99269 Mon Sep 17 00:00:00 2001 From: dahn Date: Tue, 16 Jun 2020 10:58:37 +0000 Subject: [PATCH] set python explicit during transistion this will allow for easier switching back and forth during development on python 3 functionality --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index bec3a35ee8b..a6164926987 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -system +2.7.18