mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 02:01:13 +00:00
#620: Fix python 2 support
This commit is contained in:
parent
beda1854cf
commit
53c11d2ef4
@ -124,6 +124,6 @@ def configured_successfully(configuration_details):
|
||||
|
||||
|
||||
def version(thefuck_version, python_version):
|
||||
print(u'The Fuck {} using Python {}'.format(thefuck_version,
|
||||
python_version),
|
||||
file=sys.stderr)
|
||||
sys.stderr.write(
|
||||
u'The Fuck {} using Python {}'.format(thefuck_version,
|
||||
python_version))
|
||||
|
Loading…
x
Reference in New Issue
Block a user