manual: Build system compatible with python3

This commit is contained in:
Stephen Sherratt
2017-05-23 16:26:15 +10:00
parent bc38085995
commit b2c84ed806
2 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import os
import sys
import argparse
import operator
from functools import reduce
from libsel4_tools import syscall_stub_gen
# Word size is required by the syscall_stub_gen library, but won't affect the output