mirror of https://github.com/kivy/kivy.git
fix doc generation
This commit is contained in:
parent
f9eaf6ef4c
commit
63149ad17e
|
@ -50,7 +50,7 @@ import kivy.interactive
|
|||
from kivy.factory import Factory
|
||||
|
||||
# force loading of all classes from factory
|
||||
for x in Factory.classes:
|
||||
for x in Factory.classes.keys()[:]:
|
||||
getattr(Factory, x)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue