ryneeverett / mkcodes

A command-line utility for pulling code blocks out of markdown files.
Apache License 2.0
15 stars 7 forks source link

Incompatible with python<3.5 #1

Closed ryneeverett closed 8 years ago

ryneeverett commented 8 years ago

glob's recursive argument wasn't added until 3.5, which on previous versions yields:

TypeError: iglob() got an unexpected keyword argument 'recursive'