Projet

Général

Profil

0003-franceconnect-remove-dead-import-29240.patch

Benjamin Dauvergne, 18 mars 2019 16:07

Télécharger (843 octets)

Voir les différences:

Subject: [PATCH 3/9] franceconnect: remove dead import (#29240)

 hobo/franceconnect/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
hobo/franceconnect/views.py
15 15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 16

  
17 17
from django.core.urlresolvers import reverse_lazy
18
from django.views.generic import RedirectView, FormView
18
from django.views.generic import FormView
19 19

  
20 20
from hobo.environment.models import Variable, Authentic
21 21
from .forms import SettingsForm, EnableForm
22
-