This commit is contained in:
Graham Christensen 2017-11-11 07:47:52 -05:00
parent 91342710d9
commit 19c8b6ed1d
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -2,14 +2,12 @@ extern crate ofborg;
extern crate amqp;
extern crate env_logger;
use std::{thread, time};
use std::env;
use std::path::Path;
use amqp::Basic;
use amqp::Session;
use amqp::Table;
use std::process;
use ofborg::config;
use ofborg::checkout;