Epub debugging.
[redakcja.git] / src / dvcs / signals.py
old mode 100755 (executable)
new mode 100644 (file)
index 5da075b..d129cf9
@@ -1,4 +1,7 @@
+# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 from django.dispatch import Signal
 
 post_commit = Signal()
-post_publishable = Signal(providing_args=['publishable'])
+post_publishable = Signal()