Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
weboob
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Bignon
weboob
Commits
8d604ca3
Commit
8d604ca3
authored
Aug 02, 2010
by
Romain Bignon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed travel to traveloob
parent
6b93e17c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
traveloob.1
man/traveloob.1
+4
-4
traveloob
scripts/traveloob
+2
-2
__init__.py
weboob/applications/traveloob/__init__.py
+1
-1
traveloob.py
weboob/applications/traveloob/traveloob.py
+3
-3
No files found.
man/travel.1
→
man/travel
oob
.1
View file @
8d604ca3
.TH TRAVEL 1 "02 August 2010"
.TH TRAVEL
OOB
1 "02 August 2010"
.SH NAME
.SH NAME
travel \- Transport informations
travel
oob
\- Transport informations
.SH SYNOPSIS
.SH SYNOPSIS
.B travel
.B travel
oob
[\-dqv] [\-b \fIbackends\fR] [\-cnfs] \fIcommand\fR [arguments..]
[\-dqv] [\-b \fIbackends\fR] [\-cnfs] \fIcommand\fR [arguments..]
.br
.br
.B travel
.B travel
oob
[\-\-version] [\-\-help]
[\-\-version] [\-\-help]
.SH DESCRIPTION
.SH DESCRIPTION
.LP
.LP
...
...
scripts/travel
→
scripts/travel
oob
View file @
8d604ca3
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from
weboob.applications.travel
import
Travel
from
weboob.applications.travel
oob
import
Traveloob
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
Travel
.
run
()
Travel
oob
.
run
()
weboob/applications/travel/__init__.py
→
weboob/applications/travel
oob
/__init__.py
View file @
8d604ca3
...
@@ -17,4 +17,4 @@
...
@@ -17,4 +17,4 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from
.
application
import
Travel
from
.
traveloob
import
Traveloob
weboob/applications/travel
/application
.py
→
weboob/applications/travel
oob/traveloob
.py
View file @
8d604ca3
...
@@ -20,11 +20,11 @@ from weboob.capabilities.travel import ICapTravel
...
@@ -20,11 +20,11 @@ from weboob.capabilities.travel import ICapTravel
from
weboob.tools.application.console
import
ConsoleApplication
from
weboob.tools.application.console
import
ConsoleApplication
__all__
=
[
'Travel'
]
__all__
=
[
'Travel
oob
'
]
class
Travel
(
ConsoleApplication
):
class
Travel
oob
(
ConsoleApplication
):
APPNAME
=
'travel'
APPNAME
=
'travel
oob
'
VERSION
=
'0.1'
VERSION
=
'0.1'
COPYRIGHT
=
'Copyright(C) 2010 Romain Bignon'
COPYRIGHT
=
'Copyright(C) 2010 Romain Bignon'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment