summaryrefslogtreecommitdiff
path: root/fastimport/tests/test_dates.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-01-18 18:56:58 +0000
committerJelmer Vernooij <jelmer@samba.org>2014-01-18 18:56:58 +0000
commitf2dcee15878229dee2362513c2d263f634decd81 (patch)
tree0d21e51b9783fef5f53748d30028502eb49592c8 /fastimport/tests/test_dates.py
parent43d6bde3f69d1b6b50c529c7d33ea544b5af618c (diff)
downloadpython-fastimport-git-f2dcee15878229dee2362513c2d263f634decd81.tar.gz
Remove dependency on testtools.
Diffstat (limited to 'fastimport/tests/test_dates.py')
-rw-r--r--fastimport/tests/test_dates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastimport/tests/test_dates.py b/fastimport/tests/test_dates.py
index aae8b78..f893da9 100644
--- a/fastimport/tests/test_dates.py
+++ b/fastimport/tests/test_dates.py
@@ -15,7 +15,7 @@
"""Test parsing of dates."""
-from testtools import TestCase
+from unittest import TestCase
from fastimport import (
dates,