tests: fix test-check-module-imports.t broken by D9150 stable
authorMartin von Zweigbergk <martinvonz@google.com>
Thu, 08 Oct 2020 13:45:56 -0700
branchstable
changeset 45657 4a146cff76fa
parent 45656 366c547a8a57
child 45674 66cb7ad3787c
child 45746 0e06a7ab9e0d
tests: fix test-check-module-imports.t broken by D9150 Differential Revision: https://phab.mercurial-scm.org/D9177
tests/test-doctest.py
--- 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