pcperini-historic / PyPKPass

A series of Python objects for the construction, management, and serialization of iOS PassKit passes.
21 stars 7 forks source link

Fixing Errors and Supporting Python < 2.7 #2

Closed mattsnider closed 12 years ago

mattsnider commented 12 years ago

These commits fix a couple of bugs I encountered when trying to run the program:

Additionally, 'subprocess.check_output' was added to python in 2.7, so anyone using an older python couldn't use the this tool. I have added the function so it is backwards compatible with 2.6 and earlier versions of python.