Switch to side-by-side view
--- a/Allura/allura/command/__init__.py +++ b/Allura/allura/command/__init__.py @@ -3,4 +3,4 @@ from reactor import ReactorCommand from reactor import SendMessageCommand from show_models import ShowModelsCommand, ReindexCommand, EnsureIndexCommand -from script import ScriptCommand +from script import ScriptCommand, SetToolAccessCommand