1
0
mirror of https://github.com/KanjiVG/kanjivg.git synced 2026-07-12 00:30:31 +02:00

Explicitly use python2 for scripts

This commit is contained in:
Alexandre Courbot
2012-04-01 23:12:27 +09:00
parent c3079cdac4
commit a2f0f051b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011 Alexandre Courbot
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009 Alexandre Courbot