[Wisp-cvs] wisp/users/dig tran.py,1.123,1.124
Status: Alpha
Brought to you by:
digg
|
From: <di...@us...> - 2003-05-21 12:43:22
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv9018 Modified Files: tran.py Log Message: explicitly specify UTF-8 encoding for Python Index: tran.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/tran.py,v retrieving revision 1.123 retrieving revision 1.124 diff -u -d -r1.123 -r1.124 --- tran.py 21 May 2003 11:34:26 -0000 1.123 +++ tran.py 21 May 2003 12:43:13 -0000 1.124 @@ -1,4 +1,5 @@ #! /usr/bin/python +# coding: utf-8 #### tran.py - an NG Worth translator prototype # |