Commit
d6f2d2fb61f91408e24ac5ab5c007cfb44b96212
Exists in
master
and in
30 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, colab-signals, colab-vcard, colab_search, colab_tag, colab_tag_merge, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_header, fixed_gitlab_import, go_to_profile_panel, mobile_user_scalable, paginate-threads, profile_integration, refactor-data-import, remove-gitlab-plugin, removing_namespace, search_block, search_filters, split_screen, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd
Extending object
| @@ -2,7 +2,7 @@ |
| @@ -2,7 +2,7 @@ |
2
| from abc import abstractmethod |
2
| from abc import abstractmethod |
3
| |
3
| |
4
| |
4
| |
5
| -class AbstractSignal(): |
5
| +class AbstractSignal(object) |
6
| |
6
| |
7
| @abstractmethod |
7
| @abstractmethod |
8
| def register_signal(self): |
8
| def register_signal(self): |