ThirdParty/Send2Trash/send2trash/plat_gio.py

changeset 5994
cf0b37d2a28d
parent 4555
861e1741985c
child 6228
9c3fbf39ec9b
equal deleted inserted replaced
5993:4b2b9be7de14 5994:cf0b37d2a28d
1 # Copyright 2013 Hardcoded Software (http://www.hardcoded.net) 1 # Copyright 2017 Virgil Dupras
2 2
3 # This software is licensed under the "BSD" License as described in the "LICENSE" file, 3 # This software is licensed under the "BSD" License as described in the "LICENSE" file,
4 # which should be included with this package. The terms are also available at 4 # which should be included with this package. The terms are also available at
5 # http://www.hardcoded.net/licenses/bsd_license 5 # http://www.hardcoded.net/licenses/bsd_license
6 6
7 from __future__ import unicode_literals 7 from __future__ import unicode_literals
8 8
9 from gi.repository import GObject, Gio 9 from gi.repository import GObject, Gio

eric ide

mercurial