Move RETRY_DELAY constant to the literals.py module.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-13 16:06:00 -04:00
committed by Roberto Rosario
parent b9f7326f6f
commit 4e908db62b
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
from __future__ import unicode_literals
RETRY_DELAY = 10