Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2015-02-09 08:52:09 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-09 08:52:09 +0300
commit85c364299a94a8f0646afa90e5975e76f72df940 (patch)
tree2566e9106212ddfb5fd139f9cea1d3670ef287da /misc
parentf66f007bd2c363f8e3cc0e5bdc91ccb4ace424b2 (diff)
parente036ce402d88314a062d0d944e0b94b98aa87827 (diff)
Merge pull request #7141 from ledahulevogyre/master
added extensions svgz and otf to the STATIC_EXTENSIONS set
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/log-analytics/import_logs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index 1ad9654fe8..c406b8ad04 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -54,7 +54,7 @@ except ImportError:
##
STATIC_EXTENSIONS = set((
- 'gif jpg jpeg png bmp ico svg ttf eot woff class swf css js xml robots.txt'
+ 'gif jpg jpeg png bmp ico svg svgz ttf otf eot woff class swf css js xml robots.txt'
).split())
DOWNLOAD_EXTENSIONS = set((