diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-06-14 21:23:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-06-14 21:23:08 +0000 |
commit | 98c3455ba010c2d29f2f442f74b6ac28468954d4 (patch) | |
tree | f3eb62954ea8cf12d472019b04158891e9029e8e /scripts | |
parent | d2c38ad068b2cc0d6b65846ae59e9a8614c4d453 (diff) |
ignore tot version message
svn path=/trunk/; revision=13657
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/load_every_help.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/load_every_help.py b/scripts/load_every_help.py index 2b307f16..113cc235 100755 --- a/scripts/load_every_help.py +++ b/scripts/load_every_help.py @@ -91,6 +91,7 @@ def remove_ignorelines(list): 'sigmund version 0.03\n', 'pique 0.1 for PD version 23\n', 'this is pddplink 0.1, 3rd alpha build...\n', + 'beware! this is tot 0.1, 19th alpha build...\n', '\n' ] ignorepatterns = [ |