Adding fugue-icons submodule and adding django-staticmedia to the list of prerequisites.
[philo.git] / contrib / gilbert / exceptions.py
1 class AlreadyRegistered(Exception):
2         pass
3
4
5 class NotRegistered(Exception):
6         pass