refactored tests in courseware to draw course info from mongo instead of xmlmodulestore

This commit is contained in:
Jean Manuel Nater
2013-06-12 10:42:52 -04:00
parent ee0115971b
commit a25a0d71ac
2 changed files with 216 additions and 66 deletions

View File

@@ -52,8 +52,8 @@ class Location(_LocationBase):
Locations representations of URLs of the
form {tag}://{org}/{course}/{category}/{name}[@{revision}]
However, they can also be represented a dictionaries (specifying each component),
tuples or list (specified in order), or as strings of the url
However, they can also be represented as dictionaries (specifying each component),
tuples or lists (specified in order), or as strings of the url
'''
__slots__ = ()