Merge lp:~coalwater/lernid/fix-916629 into lp:lernid

Proposed by Mohammad AbuShady
Status: Merged
Merged at revision: 231
Proposed branch: lp:~coalwater/lernid/fix-916629
Merge into: lp:lernid
Diff against target: 12 lines (+1/-1)
1 file modified
lernid/EventManager.py (+1/-1)
To merge this branch: bzr merge lp:~coalwater/lernid/fix-916629
Reviewer Review Type Date Requested Status
John S. Gruber Approve
Review via email: mp+89850@code.launchpad.net
To post a comment you must log in.
Revision history for this message
John S. Gruber (jsjgruber) wrote :

Thanks, much.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lernid/EventManager.py'
--- lernid/EventManager.py 2011-08-27 22:20:55 +0000
+++ lernid/EventManager.py 2012-01-24 10:21:34 +0000
@@ -81,7 +81,7 @@
81"""81"""
8282
83# Make sure that these names are lower case83# Make sure that these names are lower case
84 self.classbotnames = ['classbot', 'classroombot']84 self.classbotnames = ['classbot', 'classroombot', 'clasebot']
85 if Options.get('config'):85 if Options.get('config'):
86 try:86 try:
87 self._configtext = self._read_config()87 self._configtext = self._read_config()

Subscribers

People subscribed via source and target branches