build: add missing sys import

This commit is contained in:
Frédéric Péters 2015-12-19 19:18:17 +01:00
parent 4f32863de0
commit 565d9f5f54
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import glob
import os
import re
import subprocess
import sys
from setuptools.command.install_lib import install_lib as _install_lib
from distutils.command.build import build as _build