From 1554c1cd6aadee124e258d711ce79c4fa263cf9a Mon Sep 17 00:00:00 2001 From: lian Date: Wed, 1 Apr 2015 15:27:57 +0800 Subject: [PATCH] [file-audit] update file audit --- seahub/utils/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) 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):