Switch to unified view

a/Allura/setup.py b/Allura/setup.py
...
...
103
    flyway = flyway.command:MigrateCommand
103
    flyway = flyway.command:MigrateCommand
104
    
104
    
105
    [easy_widgets.resources]
105
    [easy_widgets.resources]
106
    ew_resources=allura.config.resources:register_ew_resources
106
    ew_resources=allura.config.resources:register_ew_resources
107
107
108
    [easy_widgets.engines]
109
    jinja = allura.config.app_cfg:JinjaEngine
110
108
    """,
111
    """,
109
)
112
)
110
113