summaryrefslogtreecommitdiff
path: root/host/utils
diff options
context:
space:
mode:
authorNicolas Schodet2009-04-25 13:22:49 +0200
committerNicolas Schodet2009-04-25 13:22:49 +0200
commitd5a95c2c9288c653b7aec882aab497f2de2abffd (patch)
tree48e6e34d5a8e7f310994b716c100948c31b969b6 /host/utils
parentbdf238310ead8181be8af4a0db08b0ef560596d2 (diff)
* all python:
- fixed comment.
Diffstat (limited to 'host/utils')
-rw-r--r--host/utils/observable.py2
1 files changed, 1 insertions, 1 deletions
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: