| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4affc30 commit 80ada94
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ del _ | |||
| 20 | 20 | import sys | |
| 21 | 21 | from distutils.spawn import find_executable | |
| 22 | 22 | ||
| 23 | - print('Node configure: Found Python {0}.{1}.{2}...'.format(*sys.version_info)) | ||
| 23 | + print('Node.js configure: Found Python {0}.{1}.{2}...'.format(*sys.version_info)) | ||
| 24 | 24 | acceptable_pythons = ((3, 8), (3, 7), (3, 6), (3, 5), (2, 7)) | |
| 25 | 25 | if sys.version_info[:2] in acceptable_pythons: | |
| 26 | 26 | import configure | |
| Back | FazBrowse Home | New Git URL |
0 commit comments