mirror of https://github.com/kivy/kivy.git
Merge pull request #1483 from paulocheque/master
fixed missed import in the setup.py template for extensions
This commit is contained in:
commit
ebcb248577
|
@ -62,6 +62,7 @@ import os
|
|||
from os.path import join
|
||||
from shutil import copy
|
||||
from subprocess import call
|
||||
import sys
|
||||
|
||||
|
||||
class PackageBuild(Command):
|
||||
|
|
Loading…
Reference in New Issue