mirror of https://github.com/kivy/kivy.git
fix factory generation
This commit is contained in:
parent
81168015ac
commit
249e350574
|
@ -5,7 +5,7 @@ Utils
|
|||
'''
|
||||
|
||||
__all__ = ('intersection', 'difference', 'curry', 'strtotuple',
|
||||
'get_color_from_hex', 'get_color_for_pyglet', 'get_random_color',
|
||||
'get_color_from_hex', 'get_random_color',
|
||||
'is_color_transparent', 'boundary',
|
||||
'deprecated', 'SafeList',
|
||||
'interpolate', 'OrderedDict')
|
||||
|
|
Loading…
Reference in New Issue