Commit 301fae53 authored by Gabriel Monnerat's avatar Gabriel Monnerat

replace import because the library randrange is used in line 101 and the...

replace import because the library randrange is used in line 101 and the library randint is not used
parent 49beedd2
......@@ -35,7 +35,7 @@ from Products.ERP5Type.ConflictFree import ConflictFreeLog
from BTrees.Length import Length
from Products.CMFActivity.ActiveObject import INVOKE_ERROR_STATE, \
VALIDATE_ERROR_STATE
from random import randint
from random import randrange
manage_addActiveProcessForm = DTMLFile('dtml/ActiveProcess_add', globals())
......
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