From 35d7513de63cf6eea3457a392f87d9b2dbd24e82 Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Fri, 12 Oct 2012 13:16:45 +0200 Subject: [PATCH] update comment --- scripts/init_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init_cl.py b/scripts/init_cl.py index d022205a3..bb8090b5e 100644 --- a/scripts/init_cl.py +++ b/scripts/init_cl.py @@ -49,7 +49,7 @@ _InitRuleBasedBuilder() import os.path HistoryFile=os.path.expanduser('~/.ost_history') -# ... lets be more pythonic +# we are not in GUI mode. gui_mode=False sys.ps1='ost> ' -- GitLab