Add mimeformats.py to support drag and drop
This commit is contained in:
parent
f127d86192
commit
844049b0d4
10
src/mcedit2/util/mimeformats.py
Normal file
10
src/mcedit2/util/mimeformats.py
Normal file
@ -0,0 +1,10 @@
|
||||
"""
|
||||
mimeformats
|
||||
"""
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
import logging
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
class MimeFormats(object):
|
||||
MapItem = "application/x-mcedit-mapitem"
|
Reference in New Issue
Block a user