From 65a91f38e083dd512f947003ccc1f19369389f08 Mon Sep 17 00:00:00 2001 From: mike seiler Date: Fri, 2 Dec 2022 10:46:09 -0700 Subject: [PATCH] change supported version of python to 3 --- scripts/generate-lotus-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-lotus-cli.py b/scripts/generate-lotus-cli.py index 7999603b2..b0d3fd19d 100644 --- a/scripts/generate-lotus-cli.py +++ b/scripts/generate-lotus-cli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Generate lotus command lines documents as text and markdown in folder "lotus/documentation/en". -# Python 2.7 +# Python 3 import os