#620: Fix python 2 support
This commit is contained in:
+3
-3
@@ -124,6 +124,6 @@ def configured_successfully(configuration_details):
|
|||||||
|
|
||||||
|
|
||||||
def version(thefuck_version, python_version):
|
def version(thefuck_version, python_version):
|
||||||
print(u'The Fuck {} using Python {}'.format(thefuck_version,
|
sys.stderr.write(
|
||||||
python_version),
|
u'The Fuck {} using Python {}'.format(thefuck_version,
|
||||||
file=sys.stderr)
|
python_version))
|
||||||
|
|||||||
Reference in New Issue
Block a user