Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/aiml/Kernel.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-12-25 15:37:03 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-12-25 15:37:03 (GMT)
commitdc6468f8f26e4f84bc0f92192972ce680842b704 (patch)
treed59978b5af0e0ea1d34e8e0b2848465cb4b764b9 /bot/aiml/Kernel.py
parent6e82c5964e31f3cc937911069709af9830071338 (diff)
Update pot file
Diffstat (limited to 'bot/aiml/Kernel.py')
-rw-r--r--bot/aiml/Kernel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/aiml/Kernel.py b/bot/aiml/Kernel.py
index 413f26d..1593530 100644
--- a/bot/aiml/Kernel.py
+++ b/bot/aiml/Kernel.py
@@ -1,4 +1,4 @@
-# -*- coding: latin-1 -*-
+# -*- coding=utf-8 -*-
"""This file contains the public interface to the aiml module."""
import AimlParser
import DefaultSubs