mirror of https://github.com/kivy/kivy.git
fix documentation
This commit is contained in:
parent
65a9ea4586
commit
784f956e08
|
@ -93,7 +93,8 @@ from kivy.properties import NumericProperty, BooleanProperty, AliasProperty, \
|
|||
|
||||
|
||||
# When we are generating documentation, Config doesn't exist
|
||||
_scroll_timeout = _scroll_stoptime = _scroll_distance = _scroll_friction = 0
|
||||
_scroll_moves = _scroll_timeout = _scroll_stoptime = \
|
||||
_scroll_distance = _scroll_friction = 0
|
||||
if Config:
|
||||
_scroll_timeout = Config.getint('widgets', 'scroll_timeout')
|
||||
_scroll_stoptime = Config.getint('widgets', 'scroll_stoptime')
|
||||
|
|
Loading…
Reference in New Issue