mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix genpopo and translation_tool to use python2, while waiting someone to make them python3 compliant.
Signed-off-by: Jesse Jaara <jesse.jaara@gmail.com> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
57a5cbfd88
commit
ad64859fb9
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/python -O
|
||||
#! /usr/bin/python2 -O
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# This script iterates through the script directories
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/python -O
|
||||
#! /usr/bin/python2 -O
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# This script iterates through the html, lib, and template directories
|
||||
|
|
Loading…
Add table
Reference in a new issue