rename engine to ouiboube
This commit is contained in:
parent
a9e1b627a9
commit
4caa9abd29
4 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ import logging
|
|||
import optparse
|
||||
from optparse import OptionGroup, OptionParser
|
||||
|
||||
from weboob.core.engine import Weboob
|
||||
from weboob.core.ouiboube import Weboob
|
||||
from weboob.tools.config.iconfig import ConfigError
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
import sys
|
||||
|
||||
from weboob.core.engine import Weboob
|
||||
from weboob.core.ouiboube import Weboob
|
||||
from weboob.core.scheduler import Scheduler
|
||||
|
||||
from .console import ConsoleApplication
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ from PyQt4.QtGui import QMainWindow, QApplication, QStyledItemDelegate, \
|
|||
QStyleOptionViewItemV4, QTextDocument, QStyle, \
|
||||
QAbstractTextDocumentLayout, QPalette
|
||||
|
||||
from weboob import Weboob
|
||||
from weboob.core.ouiboube import Weboob
|
||||
from weboob.scheduler import IScheduler
|
||||
|
||||
from ..base import BaseApplication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue