1
0
Fork 0
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:
Xorg 2017-03-12 09:34:26 +01:00
parent 803a062479
commit bb4141a25a

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2.7
from __future__ import with_statement
import os, sys, re, random