summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-07-14 15:05:47 +0200
committerKali Kaneko <kali@leap.se>2017-07-14 15:05:47 +0200
commit3c233dee8913397364a37097741a9e99ffb0d03d (patch)
tree1d20686815c6ac3e96afdaac6d43e8097d97c0b6
parent346d5bb08b917222ddea2627a8815e5b061857cd (diff)
[docs] add note about refactor
-rw-r--r--src/leap/common/decorators.py4
1 files changed, 4 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+
"""
Useful decorators.
"""
+
+# TODO this can be moved to bitmask, soledad is not using it.
+
import collections
import datetime
import functools