zulip/zephyr/management
Keegan McAllister 246c0a37bc Get rid of bare 'raise' outside 'except'
Within 'except', 'raise' re-raises the current exception.  But outside, it produces

    TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType

which is pretty confusing as a generic "something has gone wrong" exception.

(imported from commit 9fcd003a952b82df67726c26161dced079978a32)
2012-11-08 10:48:11 -05:00
..
commands Get rid of bare 'raise' outside 'except' 2012-11-08 10:48:11 -05:00
__init__.py Add a management command to populate the database. 2012-08-28 12:45:10 -04:00