comparison cutils/dos2unix.py @ 113:6378ba9ae949

Style
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 22 Dec 2024 21:17:27 +0100
parents c3268f4e752f
children 1856374bbd40
comparison
equal deleted inserted replaced
112:2b9adc0c326c 113:6378ba9ae949
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # :- 2 # :-
3 # :Copyright: (c) 2020-2022 Franz Glasner 3 # :Copyright: (c) 2020-2022 Franz Glasner
4 # :License: BSD-3-Clause 4 # :License: BSD-3-Clause
5 # :- 5 # :-
6 r"""Pure Python implementation of `dos2-unix` 6 r"""Pure Python implementation of `dos2-unix`.
7 7
8 """ 8 """
9 9
10 from __future__ import print_function, absolute_import 10 from __future__ import print_function, absolute_import
11 11