Skip to content

Commit ddda348

Browse files
committed
ENH: remove shebang from sub-modules not intended for straight execution
1 parent cb48620 commit ddda348

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

‎progressbar/compat.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
32
#
43
# progressbar - Text progress bar library for Python.

‎progressbar/progressbar.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
32
#
43
# progressbar - Text progress bar library for Python.

‎progressbar/widgets.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
32
#
43
# progressbar - Text progress bar library for Python.

0 commit comments

Comments
 (0)