87
* don't use the ``with`` statement
88
* don't ``from . import``
87
* Don't use the ``with`` statement.
89
* Don't ``from . import``.
91
* Don't use ``try/except/finally``, which is not supported in Python2.4,
92
use separate nested ``try/except`` and ``try/finally`` blocks.
91
95
hasattr and getattr