From d5a95c2c9288c653b7aec882aab497f2de2abffd Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 25 Apr 2009 13:22:49 +0200 Subject: * all python: - fixed comment. --- host/utils/observable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/utils') diff --git a/host/utils/observable.py b/host/utils/observable.py index 0fb2ba33..34f8fa01 100644 --- a/host/utils/observable.py +++ b/host/utils/observable.py @@ -20,7 +20,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# }}} */ +# }}} """Observable/Observer pattern.""" class Observable: -- cgit v1.2.3