Commit debc4f2a authored by Jérome Perrin's avatar Jérome Perrin

🧫 how about without round2 patch ?

parent 194af65f
Pipeline #34161 failed with stage
in 0 seconds
......@@ -253,7 +253,7 @@ def round2(number, ndigits=None):
round_native = round
if sys.version_info > (2, ):
if 0 and sys.version_info > (2, ):
__builtins__['round'] = round2
from AccessControl.ZopeGuards import safe_builtins
safe_builtins['round'] = round2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment