1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-22 14:41:40 +00:00

Replace relative imports with absolute

This commit is contained in:
2022-06-01 00:22:46 -05:00
parent d37197c4f7
commit 448224954b
10 changed files with 26 additions and 26 deletions

View File

@@ -30,9 +30,9 @@ except ImportError:
# Python 2
from urllib import quote
from .compat import text_type, environb
from .util import preprocess_paths
from .exceptions import TrashPermissionError
from send2trash.compat import text_type, environb
from send2trash.util import preprocess_paths
from send2trash.exceptions import TrashPermissionError
try:
fsencode = os.fsencode # Python 3