Use absolute_import in uptime module
This commit is contained in:
parent
d698b58fd8
commit
34ac317bfa
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
"""Displays the system uptime."""
|
"""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.input
|
||||||
import bumblebee.output
|
import bumblebee.output
|
||||||
import bumblebee.engine
|
import bumblebee.engine
|
||||||
|
|
Loading…
Reference in a new issue