fix import
This commit is contained in:
parent
707cd69e4b
commit
bd833e189f
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
"""
|
||||
|
||||
from weboob.backend import BaseBackend, BrowserUnavailable
|
||||
from weboob.backend import BaseBackend
|
||||
from weboob.tools.browser import BrowserUnavailable
|
||||
from weboob.capabilities.messages import ICapMessages, ICapMessagesReply, Message
|
||||
|
||||
from .feeds import ArticlesList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue