changeset 45657:4a146cff76fa stable

tests: fix test-check-module-imports.t broken by D9150 Differential Revision: https://phab.mercurial-scm.org/D9177
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 08 Oct 2020 13:45:56 -0700
parents 366c547a8a57
children 66cb7ad3787c 0e06a7ab9e0d
files tests/test-doctest.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-doctest.py	Thu Oct 08 13:16:14 2020 -0700
+++ b/tests/test-doctest.py	Thu Oct 08 13:45:56 2020 -0700
@@ -4,7 +4,7 @@
 from __future__ import print_function
 
 import doctest
-import os.path
+import os
 import re
 import subprocess
 import sys