kivy: remove unused import

This commit is contained in:
Mathieu Virbel 2014-04-07 16:58:04 +02:00
parent 5523c39bf6
commit 97f53febe8
1 changed files with 1 additions and 2 deletions

View File

@ -202,8 +202,7 @@ from kivy.factory import Factory
from kivy.properties import (NumericProperty, StringProperty, AliasProperty,
ReferenceListProperty, ObjectProperty,
ListProperty, DictProperty, BooleanProperty)
from kivy.graphics import (Canvas, PushMatrix, PopMatrix, Translate, Rectangle,
Fbo, ClearColor, ClearBuffers)
from kivy.graphics import Canvas, Translate, Fbo, ClearColor, ClearBuffers
from kivy.base import EventLoop
from kivy.lang import Builder
from kivy.context import get_current_context