diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 00:02:12 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 00:02:12 -0400 |
commit | e7fe05d6a6c1391045bbe7185ece36b7b08a982c (patch) | |
tree | 85258bf776648dee286661a401880e4fb7618f6c /src/leap/bitmask/mail/__init__.py | |
parent | b36b0501940fde2ff4a9f9e93ca4ff1a2e99719d (diff) |
[refactor] remove unneeded version info
Diffstat (limited to 'src/leap/bitmask/mail/__init__.py')
-rw-r--r-- | src/leap/bitmask/mail/__init__.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/leap/bitmask/mail/__init__.py b/src/leap/bitmask/mail/__init__.py index 4b25fe62..a5b33542 100644 --- a/src/leap/bitmask/mail/__init__.py +++ b/src/leap/bitmask/mail/__init__.py @@ -14,13 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - - """ Client mail bits. """ - - -from ._version import get_versions -__version__ = get_versions()['version'] -del get_versions |