Statistics
| Branch: | Tag: | Revision:

root / api / faults.py @ 2c089b77

History | View | Annotate | Download (2.4 kB)

# Date Author Comment
635cfd6e 11/26/2010 06:52 pm Faidon Liambotis

Convert faults to return an Exception subclass

Piston's rc from which fault is modeled doesn't do that; however, we
prefer doing things the Django (rather than the Piston) way and make
faults be an Exception subclass.

Piston may not do that but it actually gives us all the tools to do it,...

ed66d976 11/26/2010 05:38 pm Faidon Liambotis

Add Shared IP Groups handler

00b4f1be 11/26/2010 04:39 pm Faidon Liambotis

Initial commit