Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove shebangs from files in the module
The execution bit is removed from these files when they are installed,
rendering the shebangs useless. In most cases, the scripts don't
handle `__main__` anyway, which makes the shebang misleading as well.
  • Loading branch information
cottsay committed Sep 24, 2018
commit 301f57132159f3e8ab923ec27b3cde688048c06f
1 change: 0 additions & 1 deletion can/CAN.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/broadcastmanager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/bus.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/ctypesutil.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interface.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/ics_neovi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/ics_neovi/neovi_bus.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/iscan.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/ixxat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/ixxat/canlib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/ixxat/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/ixxat/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/ixxat/structures.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/kvaser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/kvaser/canlib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/kvaser/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/nican.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/pcan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/pcan/basic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/pcan/pcan.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/serial/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/serial/serial_can.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/slcan.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/socketcan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/socketcan/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/socketcan/socketcan.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
import logging

Expand Down
1 change: 0 additions & 1 deletion can/interfaces/socketcan/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/usb2can/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/usb2can/serial_selector.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/usb2can/usb2canInterface.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/usb2can/usb2canabstractionlayer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/vector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/vector/canlib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/vector/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/vector/vxlapi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/interfaces/virtual.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/io/asc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/io/blf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/io/canutils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/io/csv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/io/generic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/io/logger.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/io/player.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/io/printer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/io/sqlite.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/listener.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/logger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/message.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/notifier.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/player.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/thread_safe_bus.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

from __future__ import print_function, absolute_import
Expand Down
1 change: 0 additions & 1 deletion can/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

"""
Expand Down
1 change: 0 additions & 1 deletion can/viewer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# coding: utf-8
#
# Copyright (C) 2018 Kristian Sloth Lauszus. All rights reserved.
Expand Down