mirror of
https://github.com/arsenetar/send2trash.git
synced 2026-01-22 14:41:40 +00:00
Licensed under BSD.
This commit is contained in:
@@ -2,6 +2,12 @@ from __future__ import unicode_literals
|
||||
import sys
|
||||
import os
|
||||
import os.path as op
|
||||
# Copyright 2010 Hardcoded Software (http://www.hardcoded.net)
|
||||
|
||||
# This software is licensed under the "BSD" License as described in the "LICENSE" file,
|
||||
# which should be included with this package. The terms are also available at
|
||||
# http://www.hardcoded.net/licenses/bsd_license
|
||||
|
||||
import logging
|
||||
|
||||
CANDIDATES = [
|
||||
|
||||
Reference in New Issue
Block a user