Less glob imports

This commit is contained in:
Beefki
2017-10-25 20:36:27 -05:00
parent fc0f7a2fff
commit df54495c20
4 changed files with 6 additions and 7 deletions

View File

@ -1,13 +1,11 @@
mod packagemanager;
use packagemanager::*;
use packagemanager::{PackageManager, read_default};
mod management;
use management::Management;
mod config;
use config::Config;
use std::process::{Command};//, Child};
use std::io;
use std::path::PathBuf;