Rename module: entrydate -> datetime

This commit is contained in:
Matthias Beyer 2017-06-06 19:15:54 +02:00
parent fca8767f7f
commit ac36e7aee8
2 changed files with 1 additions and 1 deletions

View file

@ -27,7 +27,7 @@ extern crate libimagstore;
extern crate libimagutil; extern crate libimagutil;
pub mod datepath; pub mod datepath;
pub mod entrydate; pub mod datetime;
pub mod error; pub mod error;
pub mod result; pub mod result;