diff -r bb7d41be0c44 -r 19ebde2fd594 tuikit/eventsource.py --- a/tuikit/eventsource.py Thu Sep 08 10:13:55 2011 +0200 +++ b/tuikit/eventsource.py Thu Sep 08 11:37:27 2011 +0200 @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- class EventSource: - '''Event source mixin.''' + + '''Event source base class.''' def __init__(self): self.event = dict()