mirror of https://github.com/kivy/kivy.git
pep8 fix
This commit is contained in:
parent
dbe4b3d1b2
commit
9faa874ef4
|
@ -412,7 +412,6 @@ if not environ.get('KIVY_DOC_INCLUDE'):
|
|||
Logger.info('Core: Kivy configuration saved.')
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
# configure all activated modules
|
||||
from kivy.modules import Modules
|
||||
Modules.configure()
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
Binary dependencies such as gstreamer is installed as a
|
||||
namespace module of kivy.deps. These modules are responsible
|
||||
for making sure that the binaries are available to kivy.
|
||||
'''
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue