tests/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 28 Feb 2009 00:41:36 +0000
changeset 1549 bd07b231fe39
parent 63 9b1909e46633
permissions -rw-r--r--
Removed updateEntityProperties's transactionality entity.put() is already transactional, and all other methods called do not need transactionality (even so, it is hurtfull that they are run within a transaction). Patch by: Sverre Rabbelier