add missing sys import

This commit is contained in:
Frédéric Péters 2015-04-03 16:06:32 +02:00
parent 561969e469
commit 0d0d1284b7
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