[FIX] flake8

This commit is contained in:
Holger Brunn
2014-07-07 14:40:03 +02:00
parent 381f08d6be
commit 4b2fa3ac42
11 changed files with 102 additions and 107 deletions

View File

@@ -22,9 +22,11 @@ Documentations:
Technical informations:
------------------------
* Overloads "instance.web.form.FieldFloat"; (so works for fields.integer & fields.float);
* Overloads "instance.web.form.FieldFloat"; (so works for fields.integer &
fields.float);
* To compute, the module simply use the eval() javascript function;
* Rounding computation is not done by this module (The module has the same behaviour if the user tips "=1/3" or if he tips "0.33[...]");
* Rounding computation is not done by this module (The module has the same
behaviour if the user tips "=1/3" or if he tips "0.33[...]");
* avoid code injonction by regexpr test: "=alert('security')" is not valid;
Limits: