diff options
author | Till Hoeppner | 2015-06-11 18:08:17 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-06-11 18:08:17 +0200 |
commit | f67492f582215d177a7a5bb7c45c0f7e01628a7a (patch) | |
tree | 715fb14dcf149f71a4db31bd372d22ddb38586b6 /src/freq.rs | |
parent | abf8d8c5dad168a5f4f79c41200b0879726b9bde (diff) | |
download | ilc-f67492f582215d177a7a5bb7c45c0f7e01628a7a.tar.gz ilc-f67492f582215d177a7a5bb7c45c0f7e01628a7a.tar.xz ilc-f67492f582215d177a7a5bb7c45c0f7e01628a7a.zip |
Adapt weechat3 to new Event API
Diffstat (limited to 'src/freq.rs')
-rw-r--r-- | src/freq.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freq.rs b/src/freq.rs index bbec971..987499a 100644 --- a/src/freq.rs +++ b/src/freq.rs @@ -21,7 +21,7 @@ use std::collections::hash_map::*; use chrono::offset::fixed::FixedOffset; use chrono::naive::date::NaiveDate; -use ilc::log::Event::*; +use ilc::event::Event::*; use ilc::context::Context; use ilc::format::{ self, Decode }; |