- made sure FlatCAM use python3 in Linux (JP's find)

- cgi module is deprecated in Python3, using the recommended module html
as replacement
This commit is contained in:
Marius Stanciu
2018-05-30 15:54:14 +03:00
parent 3b9767cc6f
commit 560e882da0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
############################################################
# FlatCAM: 2D Post-processing for Manufacturing #
# http://flatcam.org #