aboutsummaryrefslogtreecommitdiff
blob: 5747a91294aeb65e0092ae69d12d9fa40697fc9d (plain)
1
2
3
4
# This __init__.py shows up in PyPy's app-level standard library.
# Let's try to prevent that confusion...
if __name__ != 'lib_pypy':
    raise ImportError('__init__')