mirror of https://github.com/kivy/kivy.git
remove unused AliasProperty
This commit is contained in:
parent
f44aeffc45
commit
5aef899c08
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue