diff options
| author | 2019-03-05 09:29:54 +0000 | |
|---|---|---|
| committer | 2019-03-05 09:29:54 +0000 | |
| commit | a9a3ad7abd5a85156497cb521f46f342ec1ab44e (patch) | |
| tree | 2e6be8fbc6cec20f777e7fbacd17af7a8eebfd61 /modules/format_activity.py | |
| parent | Move formatted lines to loggable format to format_activity.py (diff) | |
| signature | ||
import datetime in format_activity.py
Diffstat (limited to 'modules/format_activity.py')
| -rw-r--r-- | modules/format_activity.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/format_activity.py b/modules/format_activity.py index 24d47b70..b2fdfc38 100644 --- a/modules/format_activity.py +++ b/modules/format_activity.py @@ -1,3 +1,4 @@ +import datetime from src import EventManager, ModuleManager, utils class Module(ModuleManager.BaseModule): |
