Execute python apps with use of python3
Change-Id: Ib9ab805cc5a3878d168787736463dc495b96ddcfporting_to_gr38
parent
e4da417f8d
commit
d00289d273
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue