use the 'table' formatter as default
This commit is contained in:
parent
2556da6fbd
commit
908764b4c8
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class Traveloob(ReplApplication):
|
||||||
VERSION = '0.3'
|
VERSION = '0.3'
|
||||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||||
CAPS = ICapTravel
|
CAPS = ICapTravel
|
||||||
|
DEFAULT_FORMATTER = 'table'
|
||||||
|
|
||||||
def do_stations(self, pattern):
|
def do_stations(self, pattern):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue