fix import in code example (thanks mctouch :))

This commit is contained in:
tshirtman 2012-06-26 22:11:12 +03:00
parent 372af9c356
commit 3dcb58eef5
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ part:
And here is your "yourwidget.py" python part::
from kivy.lang import Builder
from kivy.widget import Widget
from kivy.uix.widget import Widget
Builder.load_file('yourwidget.kv')