Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/aiml/__init__.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-08-12 16:20:23 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-08-12 16:20:23 (GMT)
commitb2d38f17e56bf3b391fe20b77532df23e5721413 (patch)
treea268658e9ee93d1d3f5d239e0cc8c9d31bfdb853 /bot/aiml/__init__.py
parent3eca82bc3ca461081a28c0ab12cb73acf4687593 (diff)
Add copyright notes to python files
Diffstat (limited to 'bot/aiml/__init__.py')
-rw-r--r--bot/aiml/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bot/aiml/__init__.py b/bot/aiml/__init__.py
deleted file mode 100644
index 75e188d..0000000
--- a/bot/aiml/__init__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-__all__ = []
-
-# The Kernel class is the only class most implementations should need.
-from Kernel import Kernel