mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
Enforce Python 2.7 in tests
This commit is contained in:
parent
803a062479
commit
bb4141a25a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python2.7
|
||||||
|
|
||||||
from __future__ import with_statement
|
from __future__ import with_statement
|
||||||
import os, sys, re, random
|
import os, sys, re, random
|
||||||
|
|
Loading…
Reference in a new issue