py3 fix for parametertree example

This commit is contained in:
Luke Campagnola 2014-03-29 11:34:05 -04:00
parent 27f7ef7205
commit 77e02eded7

View File

@ -124,7 +124,7 @@ p.sigTreeStateChanged.connect(change)
def valueChanging(param, value):
print "Value changing (not finalized):", param, value
print("Value changing (not finalized):", param, value)
# Too lazy for recursion:
for child in p.children():