mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-30 14:38:54 +02:00
Add explicit encoding hint to top of file to allow Python 2 to read file with Unicode characters, in accordance with PEP-263
This commit is contained in:
parent
0fb9094d01
commit
5ec985af9b
@ -1,3 +1,5 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from helpdesk.models import Queue, Ticket, FollowUp, Attachment
|
from helpdesk.models import Queue, Ticket, FollowUp, Attachment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user