blob: 6c627416dfd7c0093659ce8cf52ea8a7e98f5592 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001__all__ = ['foo', 'bar']
2
3for i in range(5):
4 __all__ += 'f' + str(i)