fix for a Bug #200

This commit is contained in:
Miroslav Stampar
2010-09-14 10:35:01 +00:00
parent 77a53228c5
commit 798ab4989b
5 changed files with 14 additions and 5 deletions

View File

@@ -187,6 +187,10 @@ eString =
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
eRegexp =
# Page comparison threshold value (aka matchRatio)
# Valid: 0.0-1.0
thold =
# Use operator BETWEEN instead of default '>'
# Valid: True or False
useBetween = False