From f3ee34dab449636e752fd1ab3e9be367e1fa4777 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sat, 30 Aug 2014 18:01:49 +0200 Subject: [PATCH] remove unused import of ControlNotFoundError --- modules/gdcvault/pages.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/gdcvault/pages.py b/modules/gdcvault/pages.py index a586f1df..7f223e2e 100644 --- a/modules/gdcvault/pages.py +++ b/modules/gdcvault/pages.py @@ -18,8 +18,6 @@ # You should have received a copy of the GNU Affero General Public License # along with weboob. If not, see . -from weboob.tools.mech import ClientForm -ControlNotFoundError = ClientForm.ControlNotFoundError from weboob.tools.browser import BasePage