mirror of https://github.com/kivy/kivy.git
setup: remove unused import
This commit is contained in:
parent
e5887e6897
commit
8269e78f75
2
setup.py
2
setup.py
|
@ -1,5 +1,5 @@
|
||||||
from fnmatch import filter as fnfilter
|
from fnmatch import filter as fnfilter
|
||||||
from sys import platform, argv, modules
|
from sys import platform, argv
|
||||||
from os.path import join, dirname, realpath, sep, exists
|
from os.path import join, dirname, realpath, sep, exists
|
||||||
from os import walk, environ
|
from os import walk, environ
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
Loading…
Reference in New Issue