diff options
author | Thomi Richards <thomi.richards@canonical.com> | 2013-11-25 18:01:46 +1300 |
---|---|---|
committer | Thomi Richards <thomi.richards@canonical.com> | 2013-11-25 18:01:46 +1300 |
commit | 2625bc70ecd451408830f98866f97f66e668dec3 (patch) | |
tree | 7bd7c822ca2a6412cfed918787386feec5286880 /python/subunit/_output.py | |
parent | 75f59c356ace28ac6269a7aaf8d9e1e62f0c946c (diff) | |
download | subunit-git-2625bc70ecd451408830f98866f97f66e668dec3.tar.gz |
Add a few missing tests.
Diffstat (limited to 'python/subunit/_output.py')
-rw-r--r-- | python/subunit/_output.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/subunit/_output.py b/python/subunit/_output.py index 49b5e81..24d63dc 100644 --- a/python/subunit/_output.py +++ b/python/subunit/_output.py @@ -11,6 +11,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # license you chose for the specific language governing permissions and # limitations under that license. +# import datetime from functools import partial |