5 lines
121 B
Python
5 lines
121 B
Python
from __future__ import unicode_literals
|
|
|
|
TEST_ROLE_LABEL = 'test role'
|
|
TEST_ROLE_LABEL_EDITED = 'test role label edited'
|