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

Some content is hidden

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

67 files changed

+0
-67
lines changed

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.

can/interfaces/ixxat/__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
Ctypes wrapper module for IXXAT Virtual CAN Interface V3 on win32 systems

can/interfaces/ixxat/canlib.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
Ctypes wrapper module for IXXAT Virtual CAN Interface V3 on win32 systems

can/interfaces/ixxat/constants.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
Ctypes wrapper module for IXXAT Virtual CAN Interface V3 on win32 systems

can/interfaces/ixxat/exceptions.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
Ctypes wrapper module for IXXAT Virtual CAN Interface V3 on win32 systems

can/interfaces/ixxat/structures.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
Ctypes wrapper module for IXXAT Virtual CAN Interface V3 on win32 systems

can/interfaces/kvaser/__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/kvaser/canlib.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 Python equivalents of the function and constant

can/interfaces/kvaser/constants.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 Python equivalents of the function and constant

can/interfaces/kvaser/structures.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 Python equivalents of the structures in CANLIB's canlib.h,

can/interfaces/nican.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
NI-CAN interface module.

can/interfaces/pcan/__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/pcan/basic.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
PCAN-Basic API

can/interfaces/pcan/pcan.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
Enable basic CAN over a PCAN USB device.

can/interfaces/seeedstudio/__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/seeedstudio/seeedstudio.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
To Support the Seeed USB-Can analyzer interface. The device will appear

can/interfaces/serial/__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/serial/serial_can.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
A text based interface. For example use over serial ports like

can/interfaces/slcan.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 slcan compatible interfaces (win32/linux).

can/interfaces/socketcan/__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
See: https://www.kernel.org/doc/Documentation/networking/can.txt

can/interfaces/socketcan/constants.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
Defines shared CAN constants.

can/interfaces/socketcan/socketcan.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
The main module of the socketcan interface containing most user-facing classes and methods

can/interfaces/socketcan/utils.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
Defines common socketcan functions.

can/interfaces/systec/__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/systec/constants.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 c_ubyte as BYTE, c_ushort as WORD, c_ulong as DWORD
43

can/interfaces/systec/exceptions.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 .constants import ReturnCode
43
from can import CanError

can/interfaces/systec/structures.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 Structure, POINTER, sizeof
43
from ctypes import (

can/interfaces/systec/ucan.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
import logging
43
import sys

can/interfaces/systec/ucanbus.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
import logging
43
from threading import Event

can/interfaces/usb2can/__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/usb2can/serial_selector.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/usb2can/usb2canInterface.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 interface is for Windows only, otherwise use socketCAN.

can/interfaces/usb2can/usb2canabstractionlayer.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 wrapper is for windows or direct access via CANAL API.

can/interfaces/vector/__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/vector/canlib.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
Ctypes wrapper module for Vector CAN Interface on win32/win64 systems.

can/interfaces/vector/exceptions.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/vector/xlclass.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
Definition of data types and structures for vxlapi.

can/interfaces/vector/xldefine.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
Definition of constants for vxlapi.

can/interfaces/vector/xldriver.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
Ctypes wrapper module for Vector CAN Interface on win32/win64 systems.

can/interfaces/virtual.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 implements an OS and hardware independent

can/io/__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
Read and write CAN bus messages using a range of Readers

can/io/asc.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 handling of ASC logging files.

can/io/blf.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
Implements support for BLF (Binary Logging Format) which is a proprietary

can/io/canutils.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 works with CAN data in ASCII log files (*.log).

can/io/csv.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 handling for CSV (comma separated values) files.

can/io/generic.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 a generic class for file IO.

can/io/logger.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
See the :class:`Logger` class.

can/io/player.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 generic :class:`LogReader` as

can/io/printer.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 Listener simply prints to stdout / the terminal or a file.

can/io/sqlite.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
Implements an SQL database writer and reader for storing CAN messages.

can/listener.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 implementation of `can.Listener` and some readers.

can/logger.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
logger.py logs CAN traffic to the terminal and to a file on disk.

can/message.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 implementation of :class:`can.Message`.

can/notifier.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 implementation of :class:`~can.Notifier`.

can/player.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
Replays CAN traffic saved with can.logger back

can/thread_safe_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
from threading import RLock
43

can/util.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
Utilities and configuration file parsing.

can/viewer.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
# Copyright (C) 2018 Kristian Sloth Lauszus.
43
#

0 commit comments

Comments
 (0)