diff options
author | Kali Kaneko <kali@leap.se> | 2016-05-03 10:18:06 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-05-03 10:18:54 -0400 |
commit | cfdd93937a7af65be73d5cc482686d1fe559d0a9 (patch) | |
tree | e81caba443a994c5852a7ccfc5f077f83d57b290 | |
parent | 1173e77cb8d635936c9730ba4ad8b88b24ad1be2 (diff) |
[refactor] rename and move api_contract
-rwxr-xr-x[-rw-r--r--] | docs/core_api_contract (renamed from src/leap/bitmask/core/api_contract.py) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/core/api_contract.py b/docs/core_api_contract index 86b600c1..b70fb8fa 100644..100755 --- a/src/leap/bitmask/core/api_contract.py +++ b/docs/core_api_contract @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- # api_contract.py # Copyright (C) 2016 LEAP Encryption Acess Project |