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 -*-
from ldap3 import Connection
from django.shortcuts import render
from django.http import Http404