From abb078aebee44bef23c99eec5622aa4b84ad944c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Tue, 12 Oct 2010 11:14:57 +0400 Subject: [PATCH] Replaced by the attribute variable 'official' to 'hide' --- pym/cl_vars_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_vars_builder.py b/pym/cl_vars_builder.py index 5741c4a..25b5edd 100644 --- a/pym/cl_vars_builder.py +++ b/pym/cl_vars_builder.py @@ -17,7 +17,7 @@ # mode - read only or writeable variable # value - default variable value # select - list of posible values for variable -# official - flag, if it is True, then the variable is not printable +# hide - flag, if it is True, then the variable is not printable # printval - print value of variable from cl_builder import __version__, __app__