diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2023-02-24 15:37:10 +0200 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2023-02-24 18:10:42 +0200 |
| commit | db5e57cdba31439ab2ae0e85c0ffc0c200ac3082 (patch) | |
| tree | 2861117f96faf0cad3ffd562034cc81e37b7e541 /py/pyv4l2/__init__.py | |
| parent | 2bd85abc108e0688384f42b0ec83dcd5a622d50d (diff) | |
Drop v4l2
Drop (hacky) v4l2 support from kms++, and move it to a new, separate,
library.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'py/pyv4l2/__init__.py')
| -rw-r--r-- | py/pyv4l2/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/py/pyv4l2/__init__.py b/py/pyv4l2/__init__.py deleted file mode 100644 index 02541c5..0000000 --- a/py/pyv4l2/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -from .pyv4l2 import * -from enum import Enum -import os -import struct - |
