remove unused import of ControlNotFoundError

This commit is contained in:
Romain Bignon 2014-08-30 18:01:49 +02:00
commit f3ee34dab4

View file

@ -18,8 +18,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.mech import ClientForm
ControlNotFoundError = ClientForm.ControlNotFoundError
from weboob.tools.browser import BasePage