IBM / mac-ibm-enrollment-app

The Mac@IBM enrollment app makes setting up macOS with Jamf Pro more intuitive for users and easier for IT. The application offers IT admins the ability to gather additional information about their users during setup, allows users to customize their enrollment by selecting apps or bundles of apps to install during setup, and provides users with next steps when enrollment is complete.
GNU General Public License v3.0
454 stars 48 forks source link

Use print() function in both Python 2 and Python 3 #14

Closed cclauss closed 4 years ago

cclauss commented 5 years ago

Legacy print statements are syntax errors in Python 3 but print() function works as expected in both Python 2 and Python 3. Fixes issues discovered in #13