Commit 997eae80 authored by Thomas Grainger's avatar Thomas Grainger

ignore any exception when loading 2to3

parent 1ea521c5
...@@ -11,7 +11,7 @@ import stat ...@@ -11,7 +11,7 @@ import stat
try: try:
from setuptools.lib2to3_ex import Mixin2to3 from setuptools.lib2to3_ex import Mixin2to3
except ImportError: except Exception:
class Mixin2to3: class Mixin2to3:
def run_2to3(self, files, doctests=True): def run_2to3(self, files, doctests=True):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment