Skip to content

Commit 5204da1

Browse files
committed
change /usr/bin/env to use python3
1 parent 73fb650 commit 5204da1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/genassets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env python2
1+
#!/usr/bin/env python3
22

33
###
44
### Copyright (C) 2018-2019 Intel Corporation

vaapi-fits

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python2
1+
#!/usr/bin/env python3
22

33
###
44
### Copyright (C) 2018-2019 Intel Corporation

0 commit comments

Comments
 (0)