Skip to content

Commit

Permalink
fix for python2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Mar 23, 2014
1 parent 204a7dd commit 5dee12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_OperationGroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def setUp(self):
varying_value = aaf.component.VaryingValue(f, param, interpdef)


p = varying_value.add_point(0, "1")
p = varying_value.add_point(0, 1)
print 'original:', p['Value'].value
p['Value'].value = "1/255"
print "new->", p['Value'].value
Expand Down

0 comments on commit 5dee12e

Please sign in to comment.