mirror of
https://github.com/arsenetar/send2trash.git
synced 2024-12-21 10:59:03 +00:00
Fixed the copyright comment which was at a strange place.
This commit is contained in:
parent
06f03e14b4
commit
f5f9c5b352
@ -1,13 +1,13 @@
|
||||
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
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import sys
|
||||
import os
|
||||
import os.path as op
|
||||
import logging
|
||||
|
||||
CANDIDATES = [
|
||||
|
Loading…
Reference in New Issue
Block a user