mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 22:51:35 +00:00
remove unused imports from test init
This commit is contained in:
parent
4e932241b2
commit
ec731bfaa0
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import random
|
import random
|
||||||
import re
|
|
||||||
import shutil
|
import shutil
|
||||||
import socket
|
import socket
|
||||||
import stat
|
import stat
|
||||||
|
@ -45,7 +44,7 @@
|
||||||
from ...remote import RemoteRepository, PathNotAllowed
|
from ...remote import RemoteRepository, PathNotAllowed
|
||||||
from ...repository import Repository
|
from ...repository import Repository
|
||||||
from .. import has_lchflags, llfuse
|
from .. import has_lchflags, llfuse
|
||||||
from .. import BaseTestCase, changedir, environment_variable, no_selinux
|
from .. import BaseTestCase, changedir, environment_variable
|
||||||
from .. import (
|
from .. import (
|
||||||
are_symlinks_supported,
|
are_symlinks_supported,
|
||||||
are_hardlinks_supported,
|
are_hardlinks_supported,
|
||||||
|
@ -53,7 +52,7 @@
|
||||||
is_utime_fully_supported,
|
is_utime_fully_supported,
|
||||||
is_birthtime_fully_supported,
|
is_birthtime_fully_supported,
|
||||||
)
|
)
|
||||||
from ..platform import fakeroot_detected, is_darwin
|
from ..platform import is_darwin
|
||||||
|
|
||||||
RK_ENCRYPTION = "--encryption=repokey-aes-ocb"
|
RK_ENCRYPTION = "--encryption=repokey-aes-ocb"
|
||||||
KF_ENCRYPTION = "--encryption=keyfile-chacha20-poly1305"
|
KF_ENCRYPTION = "--encryption=keyfile-chacha20-poly1305"
|
||||||
|
|
Loading…
Reference in a new issue