1
0
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:
Henry Fredrick Schreiner 2017-02-06 13:03:07 -05:00
parent d71c6c9663
commit f34924a41f

View File

@ -2,6 +2,8 @@
# Requires pathlib on python 2
from __future__ import print_function, unicode_literals
import re
import argparse
from pathlib import Path