Import errors/pep8

This commit is contained in:
Dusty Phillips 2013-03-18 14:21:35 -06:00
parent 7d02fba0f0
commit 3995d83ba7
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,6 @@ from kivy.properties import ObjectProperty
from kivy.config import Config
from kivy.uix.boxlayout import BoxLayout
from kivy.uix.popup import Popup
from kivy.uix.label import Label
from kivy.uix.codeinput import CodeInput
from kivy.animation import Animation
from kivy.clock import Clock
@ -151,6 +149,7 @@ class Catalog(BoxLayout):
Animation(top=0, opacity=0, d=2)
self.anim.start(self.info_label)
class KivyCatalogApp(App):
'''The kivy App that runs the main root. All we do is build a catalog
widget into the root.'''