Revision 5c735209 lib/constants.py

b/lib/constants.py
279 279

  
280 280
JOB_ID_TEMPLATE = r"\d+"
281 281

  
282
# unchanged job return
283
JOB_NOTCHANGED = "nochange"
284

  
282 285
# Job status
283 286
JOB_STATUS_QUEUED = "queued"
284 287
JOB_STATUS_RUNNING = "running"

Also available in: Unified diff