Merge pull request #1483 from paulocheque/master

fixed missed import in the setup.py template for extensions
This commit is contained in:
qua-non 2013-09-05 08:29:15 -07:00
commit ebcb248577
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ import os
from os.path import join
from shutil import copy
from subprocess import call
import sys
class PackageBuild(Command):