Remove deprecation warning from powerline.lint.imp

Fixes #1092
This commit is contained in:
ZyX 2015-01-06 16:35:46 +03:00
parent 654d4690fc
commit 2528a2c571
1 changed files with 0 additions and 6 deletions

View File

@ -21,12 +21,6 @@ class WithPath(object):
def import_function(function_type, name, data, context, echoerr, module):
havemarks(name, module)
if module == 'powerline.segments.common':
echoerr(context='Warning while checking segments (key {key})'.format(key=context.key),
context_mark=name.mark,
problem='module {0} is deprecated'.format(module),
problem_mark=module.mark)
if module == 'powerline.segments.common.players' and name == 'now_playing':
echoerr(context='Warning while checking segments (key {key})'.format(key=context.key),
context_mark=name.mark,