remove platform, sys and os module
This commit is contained in:
parent
19fd60b9cc
commit
617b058f42
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -1,5 +1,4 @@
|
|||
from distutils.core import setup, Extension
|
||||
import platform,os,sys
|
||||
from Cython.Distutils import build_ext # use cython's buld_ext
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue