fix factory generation

This commit is contained in:
Mathieu Virbel 2011-01-20 17:57:32 +01:00
parent 81168015ac
commit 249e350574
1 changed files with 1 additions and 1 deletions

View File

@ -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')