fix imports
This commit is contained in:
parent
0db6d8942d
commit
6b885044aa
2 changed files with 3 additions and 3 deletions
|
|
@ -21,8 +21,8 @@ import os
|
|||
import gtk
|
||||
import webkit
|
||||
|
||||
from ..javascript import get_javascript
|
||||
from .table import TableFormatter
|
||||
from weboob.tools.application.javascript import get_javascript
|
||||
from ..table import TableFormatter
|
||||
|
||||
|
||||
__all__ = ['WebkitGtkFormatter']
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ from PyQt4.QtGui import QMainWindow, QApplication, QStyledItemDelegate, \
|
|||
QAbstractTextDocumentLayout, QPalette
|
||||
|
||||
from weboob.core.ouiboube import Weboob
|
||||
from weboob.scheduler import IScheduler
|
||||
from weboob.core.scheduler import IScheduler
|
||||
|
||||
from ..base import BaseApplication
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue