Rename contentstore/views/requests to helpers

This has caused confusion, since this file gets imported when trying to
import the requests library.  And besides, how was this file about
requests in the first place?  Helpers is a much better name.
This commit is contained in:
Ned Batchelder
2013-10-15 15:53:48 -04:00
parent e825cfb1db
commit 25a027475d
7 changed files with 6 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ class TestPublish(unittest.TestCase):
"""
Applies action depth-first down tree and to item last.
A copy of cms.djangoapps.contentstore.views.requests._xmodule_recurse to reproduce its use and behavior
A copy of cms.djangoapps.contentstore.views.helpers._xmodule_recurse to reproduce its use and behavior
outside of django.
"""
for child in item.get_children():