fixup imports in tests and examples

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-09-01 12:32:21 +02:00
parent 6c76aa434d
commit 42dad3abd3
8 changed files with 15 additions and 8 deletions

View File

@ -4,7 +4,7 @@ use std::io::Cursor;
use std::io::{Read, Write, Seek, SeekFrom };
use lazy_static::lazy_static;
use proxmox_backup::backup::*;
use pbs_datastore::{CryptConfig, DataBlob, DataBlobReader, DataBlobWriter};
lazy_static! {
static ref TEST_DATA: Vec<u8> = {