__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 06 Dec 2008 12:13:19 +0000
changeset 677 c8f24e3078b8
parent 63 9b1909e46633
permissions -rw-r--r--
Fix scope lookup for unscoped entities As scope_logic is now always set (since r1250), we need to check if it is None, rather than check if it exists. Patch by: Sverre Rabbelier