fix imports

This commit is contained in:
Romain Bignon 2010-11-11 01:28:53 +01:00
commit 111fc19683
2 changed files with 2 additions and 4 deletions

View file

@ -17,6 +17,7 @@
import sys
import logging
import weboob
from weboob.tools.application.repl import ReplApplication

View file

@ -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