Remove "coding: utf8" line

This commit is contained in:
Martin Pépin 2018-01-06 12:23:24 +01:00
parent 36ce038050
commit 475f1adec5
42 changed files with 0 additions and 78 deletions

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import autocomplete_light
from datetime import timedelta
from custommail.shortcuts import send_mass_custom_mail

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from django import forms
from django.forms.models import BaseInlineFormSet
from django.utils import timezone

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
"""
Gestion en ligne de commande des reventes.
"""

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
"""
Gestion en ligne de commande des mails de rappel.
"""

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import calendar
import random
from datetime import timedelta

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from collections import defaultdict
import random
import hashlib