Skip to content

Commit c1e10c1

Browse files
committed
remove old CAN module
1 parent 262c209 commit c1e10c1

3 files changed

Lines changed: 0 additions & 34 deletions

File tree

can/CAN.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

doc/development.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ The modules in ``python-can`` are:
6969
|:doc:`broadcastmanager <bcm>` | Contains interface independent broadcast manager |
7070
| | code. |
7171
+---------------------------------+------------------------------------------------------+
72-
|:doc:`CAN <api>` | Legacy API. Deprecated. |
73-
+---------------------------------+------------------------------------------------------+
7472

7573

7674
Creating a new Release

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ addopts = -v --timeout=300 --cov=can --cov-config=setup.cfg
1515
branch = False
1616
# already specified by call to pytest using --cov=can
1717
#source = can
18-
omit =
19-
# legacy code
20-
can/CAN.py
2118

2219
[coverage:report]
2320
# two digits after decimal point

0 commit comments

Comments
 (0)