fix repr() and str() on File-based objects
This commit is contained in:
parent
7411e729e6
commit
ab7057b038
3 changed files with 7 additions and 6 deletions
|
|
@ -35,6 +35,7 @@ class BaseVideo(BaseImage):
|
|||
"""
|
||||
duration = Field('file duration', int, long, timedelta)
|
||||
|
||||
|
||||
class ICapVideo(ICapImage):
|
||||
"""
|
||||
Video file provider.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue