# HG changeset patch # User Emmanuel Gil Peyrot # Date 1371935763 -7200 # Node ID b0b8825296d0cbdbe035d157491a57d04a27e282 # Parent 6d7dbcb31d95064c1f544f3dbb207a496ac20db1 Follow the PEP-0394 guidelines, migrating from python to python2. diff --git a/anmviewer b/anmviewer --- a/anmviewer +++ b/anmviewer @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- encoding: utf-8 -*- ## ## Copyright (C) 2011 Emmanuel Gil Peyrot diff --git a/data/ST/Makefile b/data/ST/Makefile --- a/data/ST/Makefile +++ b/data/ST/Makefile @@ -57,11 +57,11 @@ stg1enm2.anm: stg1enm2.script ecldata1.ecl: make_ecl.py - PYTHONPATH=../../ python make_ecl.py + PYTHONPATH=../../ python2 make_ecl.py stage1.std: make_stage.py - PYTHONPATH=../../ python make_stage.py + PYTHONPATH=../../ python2 make_stage.py msg1.dat: msg1.script diff --git a/eosd b/eosd --- a/eosd +++ b/eosd @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- encoding: utf-8 -*- ## ## Copyright (C) 2011 Thibaut Girka diff --git a/music.py b/music.py --- a/music.py +++ b/music.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- encoding: utf-8 -*- ## ## Copyright (C) 2012 Emmanuel Gil Peyrot diff --git a/pcb b/pcb --- a/pcb +++ b/pcb @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- encoding: utf-8 -*- ## ## Copyright (C) 2011 Thibaut Girka diff --git a/pytouhou/ui/anmrenderer.py b/pytouhou/ui/anmrenderer.py --- a/pytouhou/ui/anmrenderer.py +++ b/pytouhou/ui/anmrenderer.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- encoding: utf-8 -*- ## ## Copyright (C) 2011 Emmanuel Gil Peyrot