Commit aa3760d9 authored by Guido van Rossum's avatar Guido van Rossum

Use ImportError.

parent 61f9d0d2
......@@ -6,7 +6,7 @@ try:
import posix
os = posix
import path
except NameError:
except ImportError:
import mac
os = mac
import macpath
......
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