[Updated] D9177: tests: fix test-check-module-imports.t broken by D9150

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Oct 9 06:28:50 UTC 2020


Closed by commit rHG4a146cff76fa: tests: fix test-check-module-imports.t broken by D9150 (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D9177?vs=23118&id=23124

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D9177/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D9177

AFFECTED FILES
  tests/test-doctest.py

CHANGE DETAILS

diff --git a/tests/test-doctest.py b/tests/test-doctest.py
--- a/tests/test-doctest.py
+++ b/tests/test-doctest.py
@@ -4,7 +4,7 @@
 from __future__ import print_function
 
 import doctest
-import os.path
+import os
 import re
 import subprocess
 import sys



To: martinvonz, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201009/22076f02/attachment-0002.html>


More information about the Mercurial-patches mailing list