[modules/pomodoro] Change import to fix tests
This commit is contained in:
parent
43194a8244
commit
4edae93d92
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ Left click to start timer, left click again to pause.
|
|||
Right click will cancel the timer.
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
import datetime
|
||||
|
||||
import bumblebee.input
|
||||
|
|
Loading…
Reference in a new issue