docopt / docopt.cpp

C++11 port of docopt
Boost Software License 1.0
1.04k stars 146 forks source link

Support python3 for running tests #145

Closed pemensik closed 2 years ago

pemensik commented 2 years ago

Simple change done by 2to3 python tool. Make prints compatible with both python3 and python2.

Change default version to python3. Still can be run by python2 run_tests.py.

Signed-off-by: Petr Mensik pemensik@redhat.com

jaredgrubb commented 2 years ago

Seems reasonable. Thanks!