Merge pull request #9878 from petterreinholdtsen/debian-1160-python3-interpreter

Use python3 as the interpreter instead of python (ie v2) more places.
This commit is contained in:
Chris Hennes
2023-07-06 08:20:13 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 2007 Jürgen Riegel <juergen.riegel@web.de>

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Kuka export lib (c) Jürgen Riegel 2009 LGPL 2.1 or higher

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
import os,sys,string
import FreeCAD,FreeCADGui,Robot,RobotGui