mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-23 05:18:38 +00:00
#682: Rename output
to output_readers
This commit is contained in:
parent
0ecc86eda6
commit
1132015e60
@ -7,7 +7,7 @@ from .conf import settings
|
|||||||
from .const import DEFAULT_PRIORITY, ALL_ENABLED
|
from .const import DEFAULT_PRIORITY, ALL_ENABLED
|
||||||
from .exceptions import EmptyCommand
|
from .exceptions import EmptyCommand
|
||||||
from .utils import get_alias, format_raw_script
|
from .utils import get_alias, format_raw_script
|
||||||
from .output import get_output
|
from .output_readers import get_output
|
||||||
|
|
||||||
|
|
||||||
class Command(object):
|
class Command(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user