removed bad metadata handling

This commit is contained in:
Rudi Grinberg 2012-10-01 11:32:42 -04:00
parent 4aae1153b9
commit 23635f00f7
1 changed files with 1 additions and 2 deletions

View File

@ -94,8 +94,7 @@ with md.metadata("MDATA_KEY_MD5") as t:
t.optional(False)
t.translate(lambda k: file_md5(k['path'], max_length=100))
with md.metadata("MDATA_KEY_OWNER_ID") as t:
t.depends('owner_id')
# owner is handled differently by (by events.py)
with md.metadata('MDATA_KEY_ORIGINAL_PATH') as t:
t.depends('original_path')