Switch to unified view

a/Allura/allura/controllers/root.py b/Allura/allura/controllers/root.py
...
...
22
from .auth import AuthController
22
from .auth import AuthController
23
from .search import SearchController, ProjectBrowseController
23
from .search import SearchController, ProjectBrowseController
24
from .static import NewForgeController
24
from .static import NewForgeController
25
from .site_admin import SiteAdminController
25
from .site_admin import SiteAdminController
26
from .project import NeighborhoodController, HostNeighborhoodController
26
from .project import NeighborhoodController, HostNeighborhoodController
27
from .oembed import OEmbedController
28
from .rest import RestController
27
from .rest import RestController
29
28
30
__all__ = ['RootController']
29
__all__ = ['RootController']
31
30
32
log = logging.getLogger(__name__)
31
log = logging.getLogger(__name__)