cleanup
This commit is contained in:
parent
91342710d9
commit
19c8b6ed1d
|
@ -2,14 +2,12 @@ extern crate ofborg;
|
||||||
extern crate amqp;
|
extern crate amqp;
|
||||||
extern crate env_logger;
|
extern crate env_logger;
|
||||||
|
|
||||||
use std::{thread, time};
|
|
||||||
use std::env;
|
use std::env;
|
||||||
|
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use amqp::Basic;
|
use amqp::Basic;
|
||||||
use amqp::Session;
|
use amqp::Session;
|
||||||
use amqp::Table;
|
use amqp::Table;
|
||||||
use std::process;
|
|
||||||
|
|
||||||
use ofborg::config;
|
use ofborg::config;
|
||||||
use ofborg::checkout;
|
use ofborg::checkout;
|
||||||
|
|
Loading…
Reference in a new issue