diff options
Diffstat (limited to 'utils/tuning/libtuning/parsers/raspberrypi_parser.py')
-rw-r--r-- | utils/tuning/libtuning/parsers/raspberrypi_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tuning/libtuning/parsers/raspberrypi_parser.py b/utils/tuning/libtuning/parsers/raspberrypi_parser.py index d26586ba..f1da4592 100644 --- a/utils/tuning/libtuning/parsers/raspberrypi_parser.py +++ b/utils/tuning/libtuning/parsers/raspberrypi_parser.py @@ -2,7 +2,7 @@ # # Copyright (C) 2022, Paul Elder <paul.elder@ideasonboard.com> # -# raspberrypi_parser.py - Parser for Raspberry Pi config file format +# Parser for Raspberry Pi config file format from .parser import Parser |