Mercurial > moin > 1.9
view MoinMoin/filter/video.py @ 1918:bb2e053067fb
fixing copyright headers: remove umlauts (encoding troubles), make epydoc compatible, reformat
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Tue, 27 Mar 2007 21:07:33 +0200 |
parents | e099072bba24 |
children | 01f05e74aa9c |
line wrap: on
line source
# -*- coding: iso-8859-1 -*- """ MoinMoin - video/* file Filter @copyright: 2006 MoinMoin:ThomasWaldmann @license: GNU GPL, see COPYING for details. """ def execute(indexobj, filename): """ Video data filtering not implemented yet. TODO: maybe extract some meta information from some popular video formats. """ return u""