Switch to side-by-side view
--- a/Allura/allura/command/__init__.py +++ b/Allura/allura/command/__init__.py @@ -5,3 +5,4 @@ from create_neighborhood import CreateNeighborhoodCommand from create_trove_categories import CreateTroveCategoriesCommand from set_neighborhood_features import SetNeighborhoodFeaturesCommand +from rssfeeds import RssFeedsCommand