Fix a distutils import

This commit is contained in:
Davide Andreoli 2015-01-01 22:27:37 +01:00
parent 3a3cb85634
commit 99c5e47ca5
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
import os
import distutils
import distutils.command.build
from distutils.log import warn, info, error