mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
If one is going to mark scripts executable, one had best add a shebang line...
This commit is contained in:
parent
9c4193acd0
commit
c1d261921b
2 changed files with 2 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
"""Unit tests for contextlib.py, and other context managers."""
|
||||
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Reference in a new issue