Skip to content

Commit e57deb4

Browse files
authored
Merge pull request kivy#2028 from cclauss/patch-1
from kivy.base import runTouchApp for line 75
2 parents 0c6acfc + 8bd79b8 commit e57deb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testapps/testapp_matplotlib/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
print('saved fig')
3232

3333
from kivy.app import App
34+
from kivy.base import runTouchApp
3435
from kivy.uix.image import Image
3536
from kivy.lang import Builder
3637

0 commit comments

Comments
 (0)