You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rl...@apache.org on 2020/09/15 16:11:07 UTC

svn commit: r1881744 - in /comdev/reporter.apache.org/trunk: scripts/prettify.py site/chi.py site/jiraversions.py

Author: rlenferink
Date: Tue Sep 15 16:11:07 2020
New Revision: 1881744

URL: http://svn.apache.org/viewvc?rev=1881744&view=rev
Log:
python3 is used now

Modified:
    comdev/reporter.apache.org/trunk/scripts/prettify.py
    comdev/reporter.apache.org/trunk/site/chi.py
    comdev/reporter.apache.org/trunk/site/jiraversions.py

Modified: comdev/reporter.apache.org/trunk/scripts/prettify.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/prettify.py?rev=1881744&r1=1881743&r2=1881744&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/prettify.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/prettify.py Tue Sep 15 16:11:07 2020
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Prettify input json file: indent, sort
 
 import sys

Modified: comdev/reporter.apache.org/trunk/site/chi.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/chi.py?rev=1881744&r1=1881743&r2=1881744&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/chi.py (original)
+++ comdev/reporter.apache.org/trunk/site/chi.py Tue Sep 15 16:11:07 2020
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 import os, re, json
 import cgi
 from os.path import join

Modified: comdev/reporter.apache.org/trunk/site/jiraversions.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/jiraversions.py?rev=1881744&r1=1881743&r2=1881744&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/jiraversions.py (original)
+++ comdev/reporter.apache.org/trunk/site/jiraversions.py Tue Sep 15 16:11:07 2020
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 """
    Read release info from JIRA if the user is a project member or ASF member
    (Uses LDAP to determine if the user is entitled to update the project)