mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:18:59 +08:00
Fix littlecheck on python 2
This commit is contained in:
parent
567aa1f4e3
commit
f5a3a259dc
|
@ -3,6 +3,7 @@
|
|||
""" Command line test driver. """
|
||||
|
||||
from __future__ import unicode_literals
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
import io
|
||||
|
|
Loading…
Reference in New Issue
Block a user