Files
mayan-edms/mayan/apps/permissions/tests/literals.py
T
2018-04-01 01:11:09 -04:00

6 lines
155 B
Python

from __future__ import unicode_literals
TEST_ROLE_2_LABEL = 'test role 2'
TEST_ROLE_LABEL = 'test role'
TEST_ROLE_LABEL_EDITED = 'test role label edited'