From 3c233dee8913397364a37097741a9e99ffb0d03d Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 14 Jul 2017 15:05:47 +0200 Subject: [docs] add note about refactor --- src/leap/common/decorators.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/leap/common/decorators.py b/src/leap/common/decorators.py index 4b07ea9..5f8b167 100644 --- a/src/leap/common/decorators.py +++ b/src/leap/common/decorators.py @@ -14,9 +14,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . + """ Useful decorators. """ + +# TODO this can be moved to bitmask, soledad is not using it. + import collections import datetime import functools -- cgit v1.2.3