Files
openide/python/testData/optimizeImports/tryExcept.py

5 lines
51 B
Python

try:
import Image
except ImportError:
pass