1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00

'make test' ported to run on Python 2.5 as well.

This commit is contained in:
Veselin Georgiev 2015-04-20 17:22:11 +03:00
parent 8d738e8ef5
commit 812b89bcb8

View file

@ -1,5 +1,6 @@
#!/usr/bin/python
from __future__ import with_statement
import os, sys, re, random