1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Refactoring

This commit is contained in:
Tuna Celik 2020-08-17 02:23:49 +02:00
parent 389a6b9906
commit bfe4332ac5
5 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
import pika
from radicale.hook import HookNotificationItem
from radicale import hook
from radicale.hook import HookNotificationItem
class Hook(hook.BaseHook):