diff --git a/bumblebee/modules/uptime.py b/bumblebee/modules/uptime.py index e7e68c9..34e4085 100644 --- a/bumblebee/modules/uptime.py +++ b/bumblebee/modules/uptime.py @@ -2,6 +2,10 @@ """Displays the system uptime.""" +# Use absolute_import because there's already a datatime module +# in the same directory +from __future__ import absolute_import + import bumblebee.input import bumblebee.output import bumblebee.engine