summaryrefslogtreecommitdiff
path: root/client/modules/app_utils.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-10 15:42:47 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-09-10 18:00:16 -0400
commit6357df0b1f0e3fd51162a040e69636fb7567f039 (patch)
treee41c33094c8ea0661e89872fef25908a0b095347 /client/modules/app_utils.py
parent2164883af62ee94a5b178f12684086885c2ea744 (diff)
downloadjasper-client-6357df0b1f0e3fd51162a040e69636fb7567f039.tar.gz
jasper-client-6357df0b1f0e3fd51162a040e69636fb7567f039.zip
Remove Shebangs from modules not meant to be executed directly
See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info.
Diffstat (limited to 'client/modules/app_utils.py')
-rw-r--r--client/modules/app_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/modules/app_utils.py b/client/modules/app_utils.py
index 5ac7488..cea6881 100644
--- a/client/modules/app_utils.py
+++ b/client/modules/app_utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python2
# -*- coding: utf-8-*-
import smtplib
from email.MIMEText import MIMEText