Revert "[FIX] flake8"

This commit is contained in:
Sandy
2014-07-07 13:09:26 -04:00
parent 9fdf8be962
commit ef161ae572
15 changed files with 107 additions and 205 deletions

View File

@@ -22,11 +22,9 @@ 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: