versionone / VersionOne.SDK.Python

A library for custom Python development against the VersionOne Platform's REST-based API.
BSD 3-Clause "New" or "Revised" License
23 stars 32 forks source link

IndentationError #39

Closed maribert closed 7 years ago

maribert commented 7 years ago

Trying to import this in Python 2.7 raises an IndentationError. The reason is line 126 in v1pysdk/v1meta.py which needs to be indented by one more space to match the code above.

maribert commented 7 years ago

Ups. Duplicate with the previous one. My bad.