Make duplicate script compatible with Python 368/head
commitd8eeb333688e2c1ba044e7b35d654f94d3dca94f
authorAndrew Minnich <aminnich3@gmail.com>
Mon, 26 Dec 2016 07:07:15 +0000 (26 02:07 -0500)
committerGitHub <noreply@github.com>
Mon, 26 Dec 2016 07:07:15 +0000 (26 02:07 -0500)
tree0d78861c723fc8a74213838a099e3391acd45bca
parent9f05af168ee89ef7d9b0eec8bb48c96d929af473
Make duplicate script compatible with Python 3

One of the `print` commands in duplicate.py was missing parentheses, which is not supported in Python 3.
IPlugExamples/duplicate.py