diff --git a/weboob/applications/havesex/havesex.py b/weboob/applications/havesex/havesex.py index 3010bb1c..24418527 100644 --- a/weboob/applications/havesex/havesex.py +++ b/weboob/applications/havesex/havesex.py @@ -17,6 +17,7 @@ import sys +import logging import weboob from weboob.tools.application.repl import ReplApplication diff --git a/weboob/applications/wetboobs/wetboobs.py b/weboob/applications/wetboobs/wetboobs.py index f3ed1fcf..b593fc3d 100644 --- a/weboob/applications/wetboobs/wetboobs.py +++ b/weboob/applications/wetboobs/wetboobs.py @@ -16,10 +16,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -import sys - -from weboob.core import CallErrors -from weboob.capabilities.weather import ICapWeather, CityNotFound +from weboob.capabilities.weather import ICapWeather from weboob.tools.application.repl import ReplApplication