Move RETRY_DELAY constant to the literals.py module.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
b9f7326f6f
commit
4e908db62b
4
mayan/apps/document_signatures/literals.py
Normal file
4
mayan/apps/document_signatures/literals.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
RETRY_DELAY = 10
|
||||
|
||||
Reference in New Issue
Block a user