From: Philipp Spitzer Date: Fri, 12 Jun 2020 13:13:24 +0000 (+0200) Subject: Remove shebang in several files. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/commitdiff_plain/49633c7444b43cd124afc7141ce80f3f02fc166b Remove shebang in several files. --- diff --git a/tests/test_lib.py b/tests/test_lib.py index b3fe216..aec524c 100644 --- a/tests/test_lib.py +++ b/tests/test_lib.py @@ -1,5 +1,3 @@ -#!/usr/bin/python3.4 -# $Id$ import unittest import wradmin.auth diff --git a/wradmin/controllers/coordtool.py b/wradmin/controllers/coordtool.py index 9dda22b..39734d8 100644 --- a/wradmin/controllers/coordtool.py +++ b/wradmin/controllers/coordtool.py @@ -1,4 +1,3 @@ -#!/usr/bin/python3.4 import re import xml.dom.minidom as minidom from xml.parsers.expat import ExpatError diff --git a/wradmin/controllers/gasthaus.py b/wradmin/controllers/gasthaus.py index 95faba7..16dd986 100644 --- a/wradmin/controllers/gasthaus.py +++ b/wradmin/controllers/gasthaus.py @@ -1,4 +1,3 @@ -#!/usr/bin/python3.4 from flask import request, abort, redirect, url_for, flash, render_template import paginate diff --git a/wradmin/controllers/rodelbahn.py b/wradmin/controllers/rodelbahn.py index f6bd26d..3671785 100644 --- a/wradmin/controllers/rodelbahn.py +++ b/wradmin/controllers/rodelbahn.py @@ -1,4 +1,3 @@ -#!/usr/bin/python3.4 from flask import request, abort, redirect, url_for, flash, render_template import paginate import sqlalchemy as sa