tableau / rest-api-samples

Samples for the Tableau REST API
MIT License
378 stars 268 forks source link

Update user_by_group.py for Python 3.x #47

Closed rojoleon closed 2 years ago

rojoleon commented 4 years ago

Updated calls to: print -> print() <> -> != raw_input -> added version dependent logic to use "input" if version is 3.x

Cleanup note: removed hard-coded parameters for optional "automate scripting"