app/soc/logic/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 26 Feb 2009 16:57:13 +0000
changeset 1525 fe906cdbf0e9
parent 310 0386d634ad9f
child 2065 edac5ddc8ef0
permissions -rw-r--r--
Remove direct uses of checkIsActive, replace with helper methods This makes _checkIsActive a lot easier to understand, and makes the access checkers involved a lot more explicit. Patch by: Sverre Rabbelier