Remove dead code
This commit is contained in:
parent
9e7f2a932b
commit
6087521b35
1 changed files with 1 additions and 8 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
|
|
||||||
from weboob.capabilities.gauge import ICapGauge, SensorNotFound
|
from weboob.capabilities.gauge import ICapGauge, SensorNotFound
|
||||||
from weboob.tools.application.repl import ReplApplication, defaultcount
|
from weboob.tools.application.repl import ReplApplication
|
||||||
from weboob.tools.application.formatters.iformatter import IFormatter, PrettyFormatter
|
from weboob.tools.application.formatters.iformatter import IFormatter, PrettyFormatter
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
@ -27,13 +27,6 @@ import sys
|
||||||
__all__ = ['Boobsize']
|
__all__ = ['Boobsize']
|
||||||
|
|
||||||
|
|
||||||
class CitiesFormatter(PrettyFormatter):
|
|
||||||
MANDATORY_FIELDS = ('id', 'name')
|
|
||||||
|
|
||||||
def get_title(self, obj):
|
|
||||||
return obj.name
|
|
||||||
|
|
||||||
|
|
||||||
class Boobsize(ReplApplication):
|
class Boobsize(ReplApplication):
|
||||||
APPNAME = 'Boosize'
|
APPNAME = 'Boosize'
|
||||||
VERSION = '0.h'
|
VERSION = '0.h'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue