Show More
@@ -56,7 +56,6 b' def check_compat_py3(f):' | |||||
56 | if f.startswith(('hgext/', 'mercurial/')) and not f.endswith('__init__.py'): |
|
56 | if f.startswith(('hgext/', 'mercurial/')) and not f.endswith('__init__.py'): | |
57 | assert f.endswith('.py') |
|
57 | assert f.endswith('.py') | |
58 | name = f.replace('/', '.')[:-3].replace('.pure.', '.') |
|
58 | name = f.replace('/', '.')[:-3].replace('.pure.', '.') | |
59 | if True: |
|
|||
60 |
|
|
59 | try: | |
61 |
|
|
60 | importlib.import_module(name) | |
62 |
|
|
61 | except Exception as e: |
General Comments 0
You need to be logged in to leave comments.
Login now