Make duplicate script compatible with Python 3
commitd6202cc687dd2111b6f23e5a9ded1bb9f90c4fa3
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
parent60787cee204fe2b75175a99d7bc22b4f9b7af4f2
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