fixup imports in tests and examples
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -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> = {
|
||||
|
@ -1,7 +1,9 @@
|
||||
use anyhow::{Error};
|
||||
use std::path::PathBuf;
|
||||
|
||||
use proxmox_backup::backup::*;
|
||||
use pbs_datastore::manifest::MANIFEST_BLOB_NAME;
|
||||
use pbs_datastore::prune::{compute_prune_info, PruneOptions};
|
||||
use pbs_datastore::{BackupDir, BackupInfo};
|
||||
|
||||
fn get_prune_list(
|
||||
list: Vec<BackupInfo>,
|
||||
|
Reference in New Issue
Block a user