1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

#682: Rename output to output_readers

This commit is contained in:
Vladimir Iakovlev 2017-08-26 12:45:49 +02:00
parent 0ecc86eda6
commit 1132015e60
4 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from .conf import settings
from .const import DEFAULT_PRIORITY, ALL_ENABLED
from .exceptions import EmptyCommand
from .utils import get_alias, format_raw_script
from .output import get_output
from .output_readers import get_output
class Command(object):