diff options
author | Jelmer Vernooij <jelmer@jelmer.uk> | 2023-01-28 16:55:56 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@jelmer.uk> | 2023-02-10 17:47:03 +0000 |
commit | 496a0a483dd8629deaf7821c739b2b83c8e7d3d6 (patch) | |
tree | fc829e4d55d66082e48c0dcb0389b9f7efe377db /python/subunit/_output.py | |
parent | e40507dfb292de805fcbd125594579c40e5165a8 (diff) | |
download | subunit-git-external-iso8601.tar.gz |
Rely on external copy of iso8601external-iso8601
Diffstat (limited to 'python/subunit/_output.py')
-rw-r--r-- | python/subunit/_output.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/_output.py b/python/subunit/_output.py index 8141dc9..48a6f7e 100644 --- a/python/subunit/_output.py +++ b/python/subunit/_output.py @@ -19,7 +19,7 @@ from functools import partial from optparse import OptionGroup, OptionParser, OptionValueError from subunit import make_stream_binary -from subunit.iso8601 import UTC +from iso8601 import UTC from subunit.v2 import StreamResultToBytes _FINAL_ACTIONS = frozenset([ |