eventually i should use the codecs function and try to be realistic about these latin-1 and utf-8 character sets

--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-04-21 22:11:44 +00:00
parent e0da89893a
commit 12234552fa
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import datetime, grp, md5, os, pwd, re, sets, shutil, stat, string import codecs, datetime, grp, md5, os, pwd, re, sets, shutil, stat, string
import aes, dirutil, regex, highlight, lex import aes, dirutil, regex, highlight, lex
from point import Point from point import Point