From 12234552fa442a2daa246b190f8032487f5c0ee4 Mon Sep 17 00:00:00 2001 From: moculus Date: Mon, 21 Apr 2008 22:11:44 +0000 Subject: [PATCH] eventually i should use the codecs function and try to be realistic about these latin-1 and utf-8 character sets --HG-- branch : pmacs2 --- buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffer.py b/buffer.py index 3607741..9db6876 100644 --- a/buffer.py +++ b/buffer.py @@ -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 from point import Point