6 lines
169 B
Python
6 lines
169 B
Python
|
|
# We intentionally define variables that aren't used
|
|
# pylint: disable=W0614
|
|
|
|
DISCUSSION_ALLOWED_UPLOAD_FILE_TYPES = ('.jpg', '.jpeg', '.gif', '.bmp', '.png', '.tiff')
|