Mercurial > touhou
comparison scripts/anmviewer @ 590:e15672733c93
Switch to Python 3.x instead of 2.7.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 30 Sep 2014 17:14:24 +0200 |
parents | 94dd9862c470 |
children |
comparison
equal
deleted
inserted
replaced
589:0768122da817 | 590:e15672733c93 |
---|---|
1 #!/usr/bin/env python2 | 1 #!/usr/bin/env python3 |
2 # -*- encoding: utf-8 -*- | 2 # -*- encoding: utf-8 -*- |
3 ## | 3 ## |
4 ## Copyright (C) 2011 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 4 ## Copyright (C) 2011 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
5 ## | 5 ## |
6 ## This program is free software; you can redistribute it and/or modify | 6 ## This program is free software; you can redistribute it and/or modify |