Python: new constants

I don't know why this file is in the repo;
it's generated automatically by the configure process
This commit is contained in:
David Anderson 2020-11-25 16:26:40 -08:00
parent 0c63af1d7b
commit 2355453d81
1 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,12 @@ PROCESS_PRIORITY_LOW = 2
PROCESS_PRIORITY_NORMAL = 3
PROCESS_PRIORITY_HIGH = 4
PROCESS_PRIORITY_HIGHEST = 5
CONFIG_PRIORITY_LOWEST = 0
CONFIG_PRIORITY_LOW = 1
CONFIG_PRIORITY_NORMAL = 2
CONFIG_PRIORITY_HIGH = 3
CONFIG_PRIORITY_HIGHEST = 4
CONFIG_PRIORITY_REALTIME = 5
MSG_INFO = 1
MSG_USER_ALERT = 2
MSG_INTERNAL_ERROR = 3