mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 07:57:16 +02:00
Initial support for pypy + evennia
This commit is contained in:
parent
41859d9e46
commit
5cfff771f2
5 changed files with 59 additions and 37 deletions
|
|
@ -0,0 +1,4 @@
|
|||
try:
|
||||
import __pypy__ as is_pypy
|
||||
except ImportError:
|
||||
is_pypy = False
|
||||
Loading…
Add table
Add a link
Reference in a new issue