Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrafael <rafael@rafael.dirakx>2010-01-20 06:54:37 (GMT)
committer rafael <rafael@rafael.dirakx>2010-01-20 06:54:37 (GMT)
commit7c48804c38f656140565dda8f87e7312a0ff1414 (patch)
tree7208089743d9a99dd3b7089db0b619346a210a98
parentfef9ace168c7422c3fc66655b9927024e575eb0b (diff)
closing bug #1666
-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