fix CallErrors imports

This commit is contained in:
Christophe Benz 2010-07-10 22:10:05 +02:00
commit 54e8dac88b
3 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ from optparse import OptionGroup, OptionParser
import re
import sys
from weboob.core.bcall import CallErrors
from weboob.core import CallErrors
from weboob.core.modules import BackendsConfig
from .base import BackendNotFound, BaseApplication