move ext property from BaseAudio to BaseFile

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2013-12-21 14:00:58 +01:00 committed by Florent
commit b78badc606
2 changed files with 1 additions and 1 deletions

View file

@ -30,6 +30,7 @@ class BaseFile(CapBaseObject):
"""
title = StringField('File title')
url = StringField('File URL')
ext = StringField('File extension')
author = StringField('File author')
description = StringField('File description')
date = DateField('File publication date')