repo.or.cz
/
mygpo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix race condition in EpisodeManager.get_or_create_for_url()
[mygpo.git]
/
mygpo
/
pubsub
/
signals.py
blob
82bba1c5ba2ec0a127c19be25c232f9211011621
1
import
django
.
dispatch
2
3
# indicates that a PubSubHubbub subscription has been updated by on Hub
4
subscription_updated
=
django
.
dispatch
.
Signal
()