Diff
Differences From Artifact [d359244196]:
- File channels/dnd.py — part of check-in [275d481bea] at 2015-05-16 16:36:23 on branch trunk — Use new autosave flag for DND. (user: mario, size: 12070) [annotate] [blame] [check-ins using]
To Artifact [afb629cd4b]:
- File channels/dnd.py — part of check-in [88aac7840a] at 2016-12-10 13:55:47 on branch trunk — Use `module = __name__` consistently for all plugins (user: mario, size: 12073) [annotate] [blame] [check-ins using]
︙ | |||
53 54 55 56 57 58 59 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | - + | # never exposed to other apps as x-special/x-custom whatever. (It's also # not using the MIME 1.0 application/* trash bin for that very reason.) # Drag and Drop support class dnd(object): |
︙ |