fix doc generation

This commit is contained in:
Mathieu Virbel 2012-10-10 01:04:27 +02:00
parent f9eaf6ef4c
commit 63149ad17e
1 changed files with 1 additions and 1 deletions

View File

@ -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)