Remove remnants of obsolete fireball mode.

This commit is contained in:
Matt Clay 2016-12-09 16:32:02 -07:00
parent ac7edef2be
commit cd47cb2a15
8 changed files with 0 additions and 60 deletions

View file

@ -42,7 +42,6 @@ except ImportError:
BLACKLIST_MODULES = frozenset((
'async_wrapper',
'accelerate',
'fireball',
))
def get_docstring(filename, verbose=False):