Test: Removed unnecessary import

This commit is contained in:
Paul Beckingham
2015-06-24 21:48:48 -04:00
parent 88b1707b58
commit 7e8f6eb41e

View File

@@ -33,7 +33,6 @@ import unittest
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from basetest import Task, TestCase
from basetest import Taskd, ServerTestCase
class TestUndo(TestCase):