aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/__init__.py
blob: 6aeb27623a2882e878268cea0b706c72baf6cb09 (about) (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: 0BSD

# Copyright (C) 2013-2020, PyPA

# https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages

__path__ = __import__('pkgutil').extend_path(__path__, __name__)
kernel module....Maxim Cournoyer 2021-07-15gnu: linux-libre: Default to the 'schedutil' CPU scaling governor....Leo Famulari 2020-10-15gnu: linux-libre: Enable XDP sockets and their monitoring....Tobias Geerinckx-Rice via Guix-patches via 2020-08-27linux-libre: Enable module compression for all versions....Mathieu Othacehe 2020-01-15gnu: linux-libre: Include more framebuffer font sizes....Tobias Geerinckx-Rice 2019-12-18gnu: linux-libre: Update to 5.4.5....Mark H Weaver