evennia/src/utils/__init__.py

5 lines
76 B
Python
Raw Normal View History

2013-01-31 14:34:52 -08:00
try:
import __pypy__ as is_pypy
except ImportError:
is_pypy = False