4 lines
74 B
Python
4 lines
74 B
Python
|
# Constants for remote file status
|
||
|
|
||
|
STATUS_START = -1
|
||
|
STATUS_COMPLETE = -2
|