boxlayout: remove unused import

This commit is contained in:
Mathieu Virbel 2011-03-16 16:03:48 +01:00
parent 6638f978f5
commit 8a1ee8c0e7
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ layout, and the second should be 30%. ::
__all__ = ('BoxLayout', )
import kivy
from kivy.clock import Clock
from kivy.uix.layout import Layout
from kivy.properties import NumericProperty, OptionProperty