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:
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