1 # Copyright 2013 Hardcoded Software (http://www.hardcoded.net) |
1 # Copyright 2013 Hardcoded Software (http://www.hardcoded.net) |
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 |
|
7 from __future__ import unicode_literals |
6 |
8 |
7 from gi.repository import GObject, Gio |
9 from gi.repository import GObject, Gio |
8 |
10 |
9 def send2trash(path): |
11 def send2trash(path): |
10 try: |
12 try: |