Modify ↓
Opened 17 years ago
Closed 17 years ago
#8042 closed defect (fixed)
incorrect coding header in a couple files
| Reported by: | Owned by: | osimons | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.3 |
| Component: | general | Version: | 0.11.2.1 |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The first line of trac/tests/attachment.py and trac/util/tests/text.py is
# -*- encoding: utf-8 -*-
It should be coding, as in other files.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Thanks! Fixed in [7857:7858].