Use python3 as the interpreter instead of python (ie v2) more places.

This fixes lintian warning "unusual-interpreter".

Part of the Debian edition of FreeCAD since 2023.
This commit is contained in:
Petter Reinholdtsen
2023-07-06 05:19:31 +02:00
parent 85ff637c7c
commit 5f95364012
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