5 lines
135 B
Python
5 lines
135 B
Python
from __future__ import unicode_literals
|
|
|
|
TEST_COMMENT_TEXT = 'test comment text'
|
|
TEST_COMMENT_TEXT_EDITED = 'test comment text edited'
|