# 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 -r 6d7dbcb31d95 -r b0b8825296d0 anmviewer --- a/anmviewer Wed Jun 12 18:32:35 2013 +0200 +++ b/anmviewer Sat Jun 22 23:16:03 2013 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- encoding: utf-8 -*- ## ## Copyright (C) 2011 Emmanuel Gil Peyrot diff -r 6d7dbcb31d95 -r b0b8825296d0 data/ST/Makefile --- a/data/ST/Makefile Wed Jun 12 18:32:35 2013 +0200 +++ b/data/ST/Makefile Sat Jun 22 23:16:03 2013 +0200 @@ -57,11 +57,11 @@ 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 -r 6d7dbcb31d95 -r b0b8825296d0 eosd --- a/eosd Wed Jun 12 18:32:35 2013 +0200 +++ b/eosd Sat Jun 22 23:16:03 2013 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- encoding: utf-8 -*- ## ## Copyright (C) 2011 Thibaut Girka diff -r 6d7dbcb31d95 -r b0b8825296d0 music.py --- a/music.py Wed Jun 12 18:32:35 2013 +0200 +++ b/music.py Sat Jun 22 23:16:03 2013 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- encoding: utf-8 -*- ## ## Copyright (C) 2012 Emmanuel Gil Peyrot diff -r 6d7dbcb31d95 -r b0b8825296d0 pcb --- a/pcb Wed Jun 12 18:32:35 2013 +0200 +++ b/pcb Sat Jun 22 23:16:03 2013 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- encoding: utf-8 -*- ## ## Copyright (C) 2011 Thibaut Girka diff -r 6d7dbcb31d95 -r b0b8825296d0 pytouhou/ui/anmrenderer.py --- a/pytouhou/ui/anmrenderer.py Wed Jun 12 18:32:35 2013 +0200 +++ b/pytouhou/ui/anmrenderer.py Sat Jun 22 23:16:03 2013 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- encoding: utf-8 -*- ## ## Copyright (C) 2011 Emmanuel Gil Peyrot