diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-06 16:36:44 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-06 16:36:44 +0300 |
| commit | def46ae74c3f5974ed448e9877b0e0067a8e67d2 (patch) | |
| tree | 4eda9fe8b6da96ea8f1824a14235286fe6e49c72 /tests/pkgtoolkit_funcs.rs | |
| parent | 79c8ecb6bf4d2fc2df5c90007e7c26b456ddc33f (diff) | |
Big code-cleaning in pkgtoolkit, implemented much functions and fixed logical mistakes
Diffstat (limited to 'tests/pkgtoolkit_funcs.rs')
| -rw-r--r-- | tests/pkgtoolkit_funcs.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pkgtoolkit_funcs.rs b/tests/pkgtoolkit_funcs.rs index 64752c9..9b23a17 100644 --- a/tests/pkgtoolkit_funcs.rs +++ b/tests/pkgtoolkit_funcs.rs @@ -1,5 +1,6 @@ use mesk::cfg::config::Config; -use mesk::pkgtoolkit::pkgtools::{Archs, Package}; +use mesk::pkgtoolkit::ArchiveOperations; +use mesk::pkgtoolkit::{Archs, Package}; mod shared; use shared::create_test_config; |
