Work in progress editing. Committing to allow kfiedler to work in parallel

This commit is contained in:
Calen Pennington
2012-06-20 11:13:54 -04:00
parent 7710e7a6a4
commit 1853b99861
10 changed files with 88 additions and 87 deletions

View File

@@ -183,6 +183,7 @@ class XModuleDescriptor(Plugin):
self.definition = definition if definition is not None else {}
self.name = Location(kwargs.get('location')).name
self.type = Location(kwargs.get('location')).category
self.url = Location(kwargs.get('location')).url()
# For now, we represent goals as a list of strings, but this
# is one of the things that we are going to be iterating on heavily