mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +03:00
remove random
This commit is contained in:
parent
7c372cf211
commit
5d7d6f6a6c
@ -1,6 +1,5 @@
|
|||||||
import hashlib
|
import hashlib
|
||||||
import os
|
import os
|
||||||
from random import random
|
|
||||||
|
|
||||||
|
|
||||||
class BlockHasher():
|
class BlockHasher():
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import time
|
import time
|
||||||
from random import random, randint
|
|
||||||
from signal import signal, SIGPIPE
|
from signal import signal, SIGPIPE
|
||||||
|
|
||||||
from .TreeHasher import TreeHasher
|
from .TreeHasher import TreeHasher
|
||||||
|
Loading…
x
Reference in New Issue
Block a user