如果没记错 到Python2.7的时候才开始支持list comprehension(列表推导式)
commands = {name: 'django.core' for name in find_commands(__path__[0])}