1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 11:21:29 +00:00

Added missing file

This commit is contained in:
zhengxie
2013-03-26 14:45:54 +08:00
parent e1c241e94a
commit e32d0f1868

9
utils/file_types.py Normal file
View File

@@ -0,0 +1,9 @@
TEXT = 'Text'
IMAGE = 'Image'
DOCUMENT = 'Document'
SVG = 'SVG'
PDF = 'PDF'
MARKDOWN = 'Markdown'
SF = 'Sf'
VIDEO = 'Video'
AUDIO = 'Audio'