Commit ccf4e421 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Catch only ImportError

parent 0ae2981d
...@@ -15,7 +15,7 @@ from copy import copy ...@@ -15,7 +15,7 @@ from copy import copy
try: try:
import warnings import warnings
except: except ImportError:
warnings = None warnings = None
from distutils.errors import * from distutils.errors import *
......
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