Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-02-16 03:09:25 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-02-16 03:09:25 (GMT)
commita72dbec51640362dd8af4d7ea7458bc51521179a (patch)
tree577bd1a1629b0c92e8403b203ee0f66e8bddd4e1 /bot
parente9023a6c3e20baf877a20f3adc89b922d4550322 (diff)
parent014a57090fd67cfd47ac591e64cff52af644beec (diff)
Merge branch 'master' of git.sugarlabs.org:speak/mainline
Diffstat (limited to 'bot')
-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 42d5ef7..1014ade 100644
--- a/bot/aiml/Kernel.py
+++ b/bot/aiml/Kernel.py
@@ -1,4 +1,4 @@
-# -*- coding=latin-1 -*-
+# -*- coding=ISO-8859-1 -*-
"""This file contains the public interface to the aiml module."""
import AimlParser
import DefaultSubs