forked from mirrors/gstreamer-rs
generator: Switch to Python 3
It's 2020.
This commit is contained in:
parent
afc4581ff8
commit
62fe400582
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from os import listdir
|
from os import listdir
|
||||||
from os.path import isfile, join
|
from os.path import isfile, join
|
||||||
|
|
Loading…
Reference in a new issue