diff tests/test-doctest.py @ 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 5a19d7c9129b
children 89a2afe31e82
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