Merge branch 'gilbert' of git://github.com/lapilofu/philo into gilbert
[philo.git] / signals.py
1 from django.dispatch import Signal
2
3 entity_class_prepared = Signal(providing_args=['class'])