Fix merge badness

This commit is contained in:
Calen Pennington
2012-12-07 11:24:25 -05:00
parent 3b75bbdc6f
commit 3e568667fc

View File

@@ -435,13 +435,8 @@ class XModuleDescriptor(Plugin, HTMLSnippet, ResourceTemplates):
# cdodge: this is a list of metadata names which are 'system' metadata
# and should not be edited by an end-user
<<<<<<< HEAD
system_metadata_fields = ['data_dir', 'published_date', 'published_by', 'is_draft']
=======
system_metadata_fields = [ 'data_dir' ]
>>>>>>> origin/master
# A list of descriptor attributes that must be equal for the descriptors to
# be equal
equality_attributes = ('definition', 'metadata', 'location',