fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove mismatched html tags
[redakcja.git]
/
apps
/
dvcs
/
signals.py
diff --git
a/apps/dvcs/signals.py
b/apps/dvcs/signals.py
index
d71d655
..
3aa87de
100755
(executable)
--- a/
apps/dvcs/signals.py
+++ b/
apps/dvcs/signals.py
@@
-1,6
+1,11
@@
+# -*- coding: utf-8 -*-
+#
+# This file is part of MIL/PEER, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
from __future__ import unicode_literals
from django.dispatch import Signal
post_commit = Signal(providing_args=['instance'])
from __future__ import unicode_literals
from django.dispatch import Signal
post_commit = Signal(providing_args=['instance'])
-post_merge = Signal(providing_args=['fast_forward', 'instance'])
\ No newline at end of file
+post_merge = Signal(providing_args=['fast_forward', 'instance'])