renamed travel to traveloob
This commit is contained in:
parent
6b93e17c8a
commit
8d604ca359
4 changed files with 10 additions and 10 deletions
|
|
@ -17,4 +17,4 @@
|
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
|
||||
from .application import Travel
|
||||
from .traveloob import Traveloob
|
||||
|
|
@ -20,11 +20,11 @@ from weboob.capabilities.travel import ICapTravel
|
|||
from weboob.tools.application.console import ConsoleApplication
|
||||
|
||||
|
||||
__all__ = ['Travel']
|
||||
__all__ = ['Traveloob']
|
||||
|
||||
|
||||
class Travel(ConsoleApplication):
|
||||
APPNAME = 'travel'
|
||||
class Traveloob(ConsoleApplication):
|
||||
APPNAME = 'traveloob'
|
||||
VERSION = '0.1'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue