From fb4122b5b7a2b2db25eed5daa304ece6013c525a Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Mon, 5 Oct 2015 15:38:27 -0300 Subject: [PATCH] Change signal prototype to equal plugins methods --- colab/plugins/utils/apps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colab/plugins/utils/apps.py b/colab/plugins/utils/apps.py index 62eb427..3c60375 100644 --- a/colab/plugins/utils/apps.py +++ b/colab/plugins/utils/apps.py @@ -5,8 +5,8 @@ from django.apps import AppConfig class ColabPluginAppConfig(AppConfig): colab_proxied_app = True - def register_signals(self): + def register_signal(self): pass - def connect_signals(self): + def connect_signal(self): pass -- libgit2 0.21.2