This commit is contained in:
Romain Bignon 2013-12-22 22:28:47 +01:00
commit 6af0c9acae
2 changed files with 5 additions and 4 deletions

View file

@ -20,9 +20,9 @@
from datetime import timedelta
from .base import StringField, Field
from .base import Field
from .image import ICapImage, BaseImage
from .audio import BaseAudio
__all__ = ['BaseVideo', 'ICapVideo']