From eac8ffc52ba4c27eecb3d0770fb4c26044c2a2cc Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Thu, 8 Sep 2016 15:37:42 +0200 Subject: [PATCH 1/2] iparapheur: misc, remove useless import and variables --- passerelle/contrib/iparapheur/models.py | 1 - passerelle/contrib/iparapheur/soap.py | 1 - 2 files changed, 2 deletions(-) diff --git a/passerelle/contrib/iparapheur/models.py b/passerelle/contrib/iparapheur/models.py index 48b6a64..7f3c5f0 100644 --- a/passerelle/contrib/iparapheur/models.py +++ b/passerelle/contrib/iparapheur/models.py @@ -21,7 +21,6 @@ import urllib from requests.exceptions import ConnectionError from django.db import models from django.core.urlresolvers import reverse -from django.db import models from django.utils.translation import ugettext_lazy as _ from django.http import HttpResponse, Http404 diff --git a/passerelle/contrib/iparapheur/soap.py b/passerelle/contrib/iparapheur/soap.py index f2bf80a..a68ddde 100644 --- a/passerelle/contrib/iparapheur/soap.py +++ b/passerelle/contrib/iparapheur/soap.py @@ -18,7 +18,6 @@ # and https://docs.oracle.com/cd/E50245_01/E50253/html/vmprg-soap-example-authentication-python.html -import requests import StringIO from suds.client import Client -- 2.11.0