mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
9 lines
198 B
Python
9 lines
198 B
Python
import warnings
|
|
warnings.warn(
|
|
"monero.prio is deprecated and will be gone in 0.8; use monero.const.PRIO_* consts instead",
|
|
DeprecationWarning)
|
|
|
|
UNIMPORTANT=1
|
|
NORMAL=2
|
|
ELEVATED=3
|
|
PRIORITY=4
|