Commit 8743c878 authored by Jason Madden's avatar Jason Madden

D'oh. That should be an ImportError, not NameError.

parent 520eaabe
...@@ -360,7 +360,7 @@ else: ...@@ -360,7 +360,7 @@ else:
try: try:
__import__('cffi') __import__('cffi')
except NameError: except ImportError:
setup_kwds = {} setup_kwds = {}
else: else:
_kwds = {'cffi_modules': cffi_modules} _kwds = {'cffi_modules': cffi_modules}
......
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