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:
parent
8d738e8ef5
commit
812b89bcb8
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
from __future__ import with_statement
|
||||
import os, sys, re, random
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue