Files @ 92c03f5d8db0
Branch filter:

Location: rattail-project/rattail/.coveragerc

Lance Edgar
General header / Unicode cleanup.

This hopefully updates all module headers such that the file encoding is
utf-8, and uses Unicode literals, etc.
1
2
3
4
5
6
[report]
exclude_lines =
        pragma:? no cover
        def __repr__
        def __str__
        def __unicode__