##// END OF EJS Templates
py3: use absolute_import in silenttestrunner.py
Robert Stanca -
r28729:fc2268b9 default
parent child Browse files
Show More
@@ -1,4 +1,7 b''
1 import unittest, sys, os
1 from __future__ import absolute_import
2 import unittest
3 import sys
4 import os
2
5
3 def main(modulename):
6 def main(modulename):
4 '''run the tests found in module, printing nothing when all tests pass'''
7 '''run the tests found in module, printing nothing when all tests pass'''
@@ -49,7 +49,6 b''
49 tests/readlink.py requires print_function
49 tests/readlink.py requires print_function
50 tests/revlog-formatv0.py not using absolute_import
50 tests/revlog-formatv0.py not using absolute_import
51 tests/run-tests.py not using absolute_import
51 tests/run-tests.py not using absolute_import
52 tests/silenttestrunner.py not using absolute_import
53 tests/silenttestrunner.py requires print_function
52 tests/silenttestrunner.py requires print_function
54 tests/sitecustomize.py not using absolute_import
53 tests/sitecustomize.py not using absolute_import
55 tests/svn-safe-append.py not using absolute_import
54 tests/svn-safe-append.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now