Skip to content

Commit 6ee6cb1

Browse files
committed
Remove /usr/bin/env lines
Since none of these files are meant to be run directly as scripts, there's no need to have shebang lines in them, and in fact it could give someone a misleading impression to have them there, so removing them should reduce confusion. Closes #47
1 parent 7b6de78 commit 6ee6cb1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pytest_localserver/plugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
#
31
# Copyright (C) 2011 Sebastian Rahlf <basti at redtoad dot de>
42
#
53
# This program is release under the MIT license. You can find the full text of

pytest_localserver/smtp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
#
31
# Copyright (C) 2011 Sebastian Rahlf <basti at redtoad dot de>
42
# with some ideas from http://code.activestate.com/recipes/440690/
53
# SmtpMailsink Copyright 2005 Aviarc Corporation

0 commit comments

Comments
 (0)