1
0
mirror of https://github.com/KanjiVG/kanjivg.git synced 2026-08-05 20:03:08 +02:00

Specify python version in interpreter line

This commit is contained in:
Alexandre Courbot
2010-12-04 18:56:29 +00:00
parent f7081eb3cc
commit 5350289f03
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
import os, codecs, xml.sax, datetime, sys
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009 Alexandre Courbot
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009 Alexandre Courbot
-1
View File
@@ -20,7 +20,6 @@ import sys, os, xml.sax, re, codecs, datetime
from PyQt4 import QtGui, QtCore
from kanjivg import *
class KanjiStrokeHandler(BasicHandler):
def __init__(self):
BasicHandler.__init__(self)