Switch to unified view

a/Allura/setup.py b/Allura/setup.py
...
...
113
    ensure_index = allura.command:EnsureIndexCommand
113
    ensure_index = allura.command:EnsureIndexCommand
114
    script = allura.command:ScriptCommand
114
    script = allura.command:ScriptCommand
115
    set-tool-access = allura.command:SetToolAccessCommand
115
    set-tool-access = allura.command:SetToolAccessCommand
116
    smtp_server=allura.command:SMTPServerCommand
116
    smtp_server=allura.command:SMTPServerCommand
117
    create-neighborhood = allura.command:CreateNeighborhoodCommand
117
    create-neighborhood = allura.command:CreateNeighborhoodCommand
118
    update-neighborhood-home-tool = allura.command:UpdateNeighborhoodCommand
118
    create-trove-categories = allura.command:CreateTroveCategoriesCommand
119
    create-trove-categories = allura.command:CreateTroveCategoriesCommand
119
    set-neighborhood-features = allura.command:SetNeighborhoodFeaturesCommand
120
    set-neighborhood-features = allura.command:SetNeighborhoodFeaturesCommand
120
121
121
    [easy_widgets.resources]
122
    [easy_widgets.resources]
122
    ew_resources=allura.config.resources:register_ew_resources
123
    ew_resources=allura.config.resources:register_ew_resources