home · contact · privacy
Use same date ranging code for Day and Todo filtering.
[plomtask] / tests / days.py
index 055616480e7b8df3392badd41fe1b49fc818dbdf..c1e1343c63c7cb24e6e7133f09538a06f7104e11 100644 (file)
@@ -2,7 +2,8 @@
 from unittest import TestCase
 from datetime import datetime
 from tests.utils import TestCaseWithDB, TestCaseWithServer
-from plomtask.days import Day, todays_date
+from plomtask.dating import todays_date
+from plomtask.days import Day
 from plomtask.exceptions import BadFormatException