]> code.bitgloo.com Git - clyne/entityx.git/commit
Move Python support to https://github.com/alecthomas/entityx_python
authorAlec Thomas <alec@swapoff.org>
Sat, 21 Dec 2013 01:57:02 +0000 (20:57 -0500)
committerAlec Thomas <alec@swapoff.org>
Sat, 21 Dec 2013 01:57:02 +0000 (20:57 -0500)
commit4a97a96a01b5acb75709587ac8ac5bf3d5d693ca
treecf4538693be4f4eb15689befe5be64b245880f73
parentd74c47d8a9c3acbdc8fdd6ff3712c66f4f90b7d5
Move Python support to https://github.com/alecthomas/entityx_python
15 files changed:
CMakeLists.txt
entityx/python/PythonSystem.cc [deleted file]
entityx/python/PythonSystem.h [deleted file]
entityx/python/PythonSystem_test.cc [deleted file]
entityx/python/README.md [deleted file]
entityx/python/entityx/__init__.py [deleted file]
entityx/python/entityx/tests/__init__.py [deleted file]
entityx/python/entityx/tests/assign_test.py [deleted file]
entityx/python/entityx/tests/constructor_test.py [deleted file]
entityx/python/entityx/tests/create_entities_from_python_test.py [deleted file]
entityx/python/entityx/tests/deep_subclass_test.py [deleted file]
entityx/python/entityx/tests/event_emit_test.py [deleted file]
entityx/python/entityx/tests/event_test.py [deleted file]
entityx/python/entityx/tests/update_test.py [deleted file]
entityx/python/setup.py [deleted file]