Execute python apps with use of python3

Change-Id: Ib9ab805cc5a3878d168787736463dc495b96ddcf
This commit is contained in:
Piotr Krysik 2021-05-02 23:21:09 +02:00
parent e4da417f8d
commit d00289d273
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @file
# @author (C) 2015 by Roman Khassraf <rkhassraf@gmail.com>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @file
# @author (C) 2015 by Pieter Robyns <pieter.robyns@uhasselt.be>