Skip to content

Commit 387e7c1

Browse files
committed
Removed shebangs from scripts non-executable site-packages files.
These files look like they were never meant to be scripts. Their shebangs are likely leftover artifacts from the time they were first written.
1 parent 377a808 commit 387e7c1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

virtualenvwrapper/hook_loader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# encoding: utf-8
32
#
43
# Copyright (c) 2010 Doug Hellmann. All rights reserved.

virtualenvwrapper/project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# encoding: utf-8
32
#
43
# Copyright (c) 2010 Doug Hellmann. All rights reserved.

virtualenvwrapper/user_scripts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# encoding: utf-8
32
#
43
# Copyright (c) 2010 Doug Hellmann. All rights reserved.

0 commit comments

Comments
 (0)