diff --git a/seahub/utils/__init__.py b/seahub/utils/__init__.py index b4f05f045d..728b469446 100644 --- a/seahub/utils/__init__.py +++ b/seahub/utils/__init__.py @@ -690,6 +690,12 @@ else: pass def get_org_user_events(): pass + def get_file_audit_events(): + pass + def get_file_update_events(): + pass + def get_perm_audit_events(): + pass def calc_file_path_hash(path, bits=12): if isinstance(path, unicode):