remove unused AliasProperty

This commit is contained in:
Qua-non 2012-01-07 15:34:22 +05:30
parent f44aeffc45
commit 5aef899c08
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ from kivy.uix.scatter import Scatter
from kivy.uix.gridlayout import GridLayout from kivy.uix.gridlayout import GridLayout
from kivy.logger import Logger from kivy.logger import Logger
from kivy.properties import ObjectProperty, StringProperty, OptionProperty,\ from kivy.properties import ObjectProperty, StringProperty, OptionProperty,\
ListProperty, AliasProperty ListProperty
class BubbleContent(GridLayout): class BubbleContent(GridLayout):