blob: 6c627416dfd7c0093659ce8cf52ea8a7e98f5592 [file] [log] [blame]
__all__ = ['foo', 'bar']
for i in range(5):
__all__ += 'f' + str(i)