diff options
| author | Jonathan Corbet <corbet@lwn.net> | 2025-11-10 15:04:30 -0700 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-11-18 09:22:40 -0700 |
| commit | 992a9df41ad7173588bf90e15b33d45db2811aea (patch) | |
| tree | 5f1e928a65d14b06b264b4c381b032acc1a6dbd3 /tools/lib/python/kdoc/__init__.py | |
| parent | 778b8ebe5192e7a7f00563a7456517dfa63e1d90 (diff) | |
docs: bring some order to our Python module hierarchy
Now that we have tools/lib/python for our Python modules, turn them into
proper packages with a single namespace so that everything can just use
tools/lib/python in sys.path. No functional change.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251110220430.726665-3-corbet@lwn.net>
Diffstat (limited to 'tools/lib/python/kdoc/__init__.py')
| -rw-r--r-- | tools/lib/python/kdoc/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/lib/python/kdoc/__init__.py b/tools/lib/python/kdoc/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/tools/lib/python/kdoc/__init__.py |
