Skip to content

Commit 1947e56

Browse files
committed
removing coding: utf-8 directive since that is now the defualt in Python 3
1 parent 63572da commit 1947e56

67 files changed

Lines changed: 0 additions & 67 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

can/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21

32
"""
43
``can`` is an object-orient Controller Area Network (CAN) interface module.

can/broadcastmanager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21

32
"""
43
Exposes several methods for transmitting cyclic messages.

can/bus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21

32
"""
43
Contains the ABC bus implementation and its documentation.

can/ctypesutil.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21

32
"""
43
This module contains common `ctypes` utils.

can/interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21

32
"""
43
This module contains the base implementation of :class:`can.BusABC` as well

can/interfaces/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21

32
"""
43
Interfaces contain low level implementations that interact with CAN hardware.

can/interfaces/canalystii.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21

32
from ctypes import *
43
import logging

can/interfaces/ics_neovi/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21

32
"""
43
"""

can/interfaces/ics_neovi/neovi_bus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21

32
"""
43
ICS NeoVi interface module.

can/interfaces/iscan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: utf-8
21

32
"""
43
Interface for isCAN from Thorsis Technologies GmbH, former ifak system GmbH.

0 commit comments

Comments
 (0)