5 lines
152 B
Python
5 lines
152 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
TEST_FOLDER_LABEL = 'test folder label'
|
|
TEST_FOLDER_EDITED_LABEL = 'test folder edited label'
|