bstempi / pyswf

Classes that build on Boto's SWF classes to make workflow construction easier.
9 stars 0 forks source link

DynamicCallableFunction does not work as expected when part of an object #2

Open bstempi opened 8 years ago

bstempi commented 8 years ago

DCF works fine until the function requires a self, which it leaves out. For now, a workaround is to make the function in question static.