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:
authormattab <matthieu.aubry@gmail.com>2014-02-12 05:10:57 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-12 05:10:57 +0400
commit8f035e979e99c143b82c3d78cf851d4cd6fe7229 (patch)
tree542febb730ba4523b451b8c68dad83526d86f016 /misc
parent362db0a96927a00ef91273004a688db44ee3d52c (diff)
Refs #4670 Document python requirement in the file comment header
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/log-analytics/import_logs.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index 7909edcf04..a31d724226 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -8,7 +8,10 @@
# @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
# @version $Id$
#
-# For more info see: http://piwik.org/log-analytics/
+# For more info see: http://piwik.org/log-analytics/ and http://piwik.org/docs/log-analytics-tool-how-to/
+#
+# Requires Python 2.7
+#
import base64
import bz2
@@ -594,7 +597,7 @@ class Configuration(object):
updatetokenfile = os.path.abspath(
os.path.join(os.path.dirname(__file__),
- '../../misc/cron/updatetoken.php'),
+ '../../misc/cron/updatetoken.php'),
)
process = "php " + updatetokenfile