Rename module: event -> timetracking

This commit is contained in:
Matthias Beyer 2017-07-15 15:18:13 +02:00
parent bdec778b9e
commit 7e0dfd7700
2 changed files with 1 additions and 1 deletions

View file

@ -33,7 +33,7 @@ extern crate libimagentrytag;
mod constants;
pub mod error;
pub mod event;
pub mod timetracking;
pub mod eventstore;
pub mod iter;
pub mod result;