mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 05:03:52 +00:00
Fixed script for Python 2 with future import
This commit is contained in:
parent
d71c6c9663
commit
f34924a41f
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
# Requires pathlib on python 2
|
# Requires pathlib on python 2
|
||||||
|
|
||||||
|
from __future__ import print_function, unicode_literals
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import argparse
|
import argparse
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user