mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 20:53: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
|
||||
|
||||
from __future__ import print_function, unicode_literals
|
||||
|
||||
import re
|
||||
import argparse
|
||||
from pathlib import Path
|
||||
|
Loading…
x
Reference in New Issue
Block a user