Mercurial > MadButterfly
changeset 1255:a8e01435e84e
Add more doc for MBScene
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Tue, 11 Jan 2011 12:35:28 +0800 |
parents | 0cb5979549be |
children | 8755415b5e99 |
files | pyink/MBScene.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pyink/MBScene.py Tue Jan 11 12:33:58 2011 +0800 +++ b/pyink/MBScene.py Tue Jan 11 12:35:28 2011 +0800 @@ -43,6 +43,8 @@ # This method accepts user actions and involves domview_ui to update # data on the document. # +# This class is protected by \ref data_monitor, meta-class. +# class MBScene(object): __metaclass__ = data_monitor