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

Use ImportError.

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