taskwarrior/test/basetest/__init__.py
Renato Alves 42cfda704f Unittest - Replacing old basetest framework
* Adapt bugs to work with the newer testing framework
2014-07-13 23:09:53 +01:00

6 lines
98 B
Python

# -*- coding: utf-8 -*-
from .task import Task
from .taskd import Taskd
# vim: ai sts=4 et sw=4