Skip to content

Commit

Permalink
Refs #4670 Document python requirement in the file comment header
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Feb 12, 2014
1 parent 362db0a commit 8f035e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions misc/log-analytics/import_logs.py
Expand Up @@ -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
Expand Down Expand Up @@ -594,7 +597,7 @@ def _get_token_auth(self):

updatetokenfile = os.path.abspath(
os.path.join(os.path.dirname(__file__),
'../../misc/cron/updatetoken.php'),
'../../misc/cron/updatetoken.php'),
)

process = "php " + updatetokenfile
Expand Down

0 comments on commit 8f035e9

Please sign in to comment.