This commit is contained in:
ed
2026-09-01 23:02:48 +02:00
parent 80cf7bfdc0
commit 4e318d5165
11 changed files with 6 additions and 12 deletions
+3
View File
@@ -1,3 +1,6 @@
# coding: utf-8
from __future__ import division, print_function, unicode_literals
import calendar
import errno
import json
-1
View File
@@ -2,7 +2,6 @@
from __future__ import division, print_function, unicode_literals
import argparse # typechk
import os
import re
import socket
import threading # typechk
-1
View File
@@ -2,7 +2,6 @@
from __future__ import division, print_function, unicode_literals
import hashlib
import math
import os
import re
import socket
+2 -1
View File
@@ -14,8 +14,9 @@ try:
if os.environ.get("PRTY_NO_ARGON2"):
raise Exception()
HAVE_ARGON2 = True
from argon2 import exceptions as argon2ex
HAVE_ARGON2 = True
except:
HAVE_ARGON2 = False
-1
View File
@@ -8,7 +8,6 @@ import os
import select
import socket
import time
from threading import ExceptHookArgs
import paramiko
import paramiko.common
+1 -1
View File
@@ -12,7 +12,7 @@ from types import SimpleNamespace
from .__init__ import ANYWIN, EXE, TYPE_CHECKING
from .authsrv import LEELOO_DALLAS, VFS
from .bos import bos
from .util import Daemon, absreal, min_ex, pybin, runhook, vjoin
from .util import Daemon, absreal, min_ex, pybin, runhook
if True: # pylint: disable=using-constant-test
from typing import Any, Union
-1
View File
@@ -5,7 +5,6 @@ import errno
import re
import select
import socket
import time
from .__init__ import TYPE_CHECKING
from .multicast import MC_Sck, MCast
-1
View File
@@ -81,7 +81,6 @@ from .util import (
alltrace,
build_netmap,
expat_ver,
fsenc,
gzip,
html_escape,
load_ipr,
-1
View File
@@ -22,7 +22,6 @@ from .util import (
Netdev,
atomic_move,
chkcmd,
get_adapters,
list_nics,
min_ex,
sunpack,
-3
View File
@@ -4,12 +4,9 @@ from __future__ import division, print_function, unicode_literals
import errno
import hashlib
import json
import math
import os
import re
import shutil
import stat
import subprocess as sp
import sys
import tempfile
import threading
-1
View File
@@ -10,7 +10,6 @@ import hashlib
import hmac
import json
import logging
import math
import mimetypes
import os
import platform