Skip to content

Commit

Permalink
Fix tasks import
Browse files Browse the repository at this point in the history
  • Loading branch information
diegogangl committed Jan 2, 2024
1 parent 78b0285 commit 93494b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GTG/plugins/gamify/gamify.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from gettext import gettext as _
from gettext import ngettext

from GTG.core.task import Task
from GTG.core.tasks import Task

log = logging.getLogger(__name__)
PLUGIN_PATH = os.path.dirname(os.path.abspath(__file__))
Expand Down
2 changes: 1 addition & 1 deletion GTG/plugins/hamster/hamster.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import dbus
from gi.repository import Gtk, Gio

from GTG.core.task import Task
from GTG.core.tasks import Task
from GTG.plugins.hamster.helper import FactBuilder


Expand Down

0 comments on commit 93494b5

Please sign in to comment.