base: activate doc on ExceptionManagerBase

This commit is contained in:
Mathieu Virbel 2011-10-30 23:26:43 +01:00
parent 529294bc87
commit 178edf6764
1 changed files with 7 additions and 3 deletions

View File

@ -5,9 +5,13 @@ Event loop management
''' '''
__all__ = ( __all__ = (
'EventLoop', 'EventLoopBase', 'EventLoop',
'ExceptionManager', 'ExceptionHandler', 'EventLoopBase',
'runTouchApp', 'stopTouchApp', 'ExceptionHandler',
'ExceptionManagerBase',
'ExceptionManager',
'runTouchApp',
'stopTouchApp',
) )
from kivy.config import Config from kivy.config import Config