mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Fix littlecheck on python 2
This commit is contained in:
parent
567aa1f4e3
commit
f5a3a259dc
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue