Use python3 for tests

The testcase python files were already compatible with python3, but the
shebang was wrongly set to just 'python'
This commit is contained in:
ktprograms 2021-11-25 16:25:04 +08:00 committed by yshui
parent 4dfb979c52
commit 31e58712ec
14 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import xcffib.xproto as xproto
import xcffib