diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/leap/common/decorators.py | 4 |
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 |