summaryrefslogtreecommitdiff
path: root/python/subunit/test_results.py
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2011-04-25 09:29:56 +1200
committerRobert Collins <robertc@robertcollins.net>2011-04-25 09:29:56 +1200
commit049a3c5342faac9aa46afc9a882ab37950331fb5 (patch)
tree2e69d0c86b965df67b2a0ead0914e9d3945cc112 /python/subunit/test_results.py
parent03725c57337459b29a32927146146b874d3b3003 (diff)
downloadsubunit-git-049a3c5342faac9aa46afc9a882ab37950331fb5.tar.gz
Get pydoc3.1 subunit working.
Diffstat (limited to 'python/subunit/test_results.py')
-rw-r--r--python/subunit/test_results.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/subunit/test_results.py b/python/subunit/test_results.py
index e7f9171..63ef0b9 100644
--- a/python/subunit/test_results.py
+++ b/python/subunit/test_results.py
@@ -18,9 +18,10 @@
import datetime
-import iso8601
import testtools
+from subunit import iso8601
+
# NOT a TestResult, because we are implementing the interface, not inheriting
# it.