Skip to content

Commit

Permalink
Remove useless shebangs from .py files
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 17, 2015
1 parent ad86452 commit dba831c
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion pkgbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/aur.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/package.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/pbds.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/transaction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/ui.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/upgrade.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.0
# An AUR helper (and library) in Python 3.
Expand Down
1 change: 0 additions & 1 deletion pkgbuilder/wrapper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PBWrapper v0.5.0
# PKGBUILDer v4.2.0
Expand Down

0 comments on commit dba831c

Please sign in to comment.