diff tests/test-check-py3-compat.t @ 28966:ea1fab5293ca

py3: make gendoc use absolute_import Fixed direct imports even the tests were not complaining.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 17 Apr 2016 00:20:44 +0530
parents 98153441c8cc
children cd5e7195e441
line wrap: on
line diff
--- a/tests/test-check-py3-compat.t	Sun Apr 17 00:14:42 2016 +0530
+++ b/tests/test-check-py3-compat.t	Sun Apr 17 00:20:44 2016 +0530
@@ -3,7 +3,6 @@
   $ cd "$TESTDIR"/..
 
   $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py
-  doc/gendoc.py not using absolute_import
   doc/hgmanpage.py not using absolute_import
   hgext/color.py not using absolute_import
   hgext/eol.py not using absolute_import