From 77f32a8f4b3a9afc5edefddc0f295c23ac834c67 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 22 Nov 2013 21:20:47 -0600 Subject: [PATCH] wmv in expand all --- VERSION | 2 +- gluon/contrib/autolinks.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7cf0eb16..09d28b4c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.7.4-stable+timestamp.2013.11.22.12.13.13 +Version 2.7.4-stable+timestamp.2013.11.22.21.19.43 diff --git a/gluon/contrib/autolinks.py b/gluon/contrib/autolinks.py index 59e0d547..af3d1247 100644 --- a/gluon/contrib/autolinks.py +++ b/gluon/contrib/autolinks.py @@ -116,6 +116,7 @@ EXTENSION_MAPS = { 'mpeg': video, 'mpeg4': video, 'movie': video, + 'wmv': video, 'load': web2py_component, 'pdf': googledoc_viewer, 'doc': googledoc_viewer,