rename engine to ouiboube

This commit is contained in:
Christophe Benz 2010-07-07 18:08:35 +02:00
commit 4caa9abd29
4 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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