From bd7e5080c62d34bbb3145befb1936c9db41dc2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Wed, 5 Feb 2014 18:34:30 +0100 Subject: [PATCH] [wiki/auth/cas.py] Pas d'imports en bloc --- wiki/auth/cas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wiki/auth/cas.py b/wiki/auth/cas.py index b7c409ca..d90ca40f 100644 --- a/wiki/auth/cas.py +++ b/wiki/auth/cas.py @@ -10,7 +10,8 @@ import sys import os -import time, re +import time +import re import urlparse import urllib, urllib2 from lxml import etree