5 lines
176 B
Python
5 lines
176 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
TEST_ORGANIZATION_LABEL = 'test organization label'
|
|
TEST_ORGANIZATION_EDITED_LABEL = 'test organization edited label'
|