dee

Code review comment for lp:~mvo/dee/small-python-fixes

Revision history for this message
Michal Hruby (mhr3) wrote :

Thanks for these

8 - self.set_schema_full (tuple(args), len(args))
9 + self.set_schema_full (tuple(args))

Would be nice if pygobject didn't change something every other version :( Ideally there should be a way to make it work with new as well as old pygobject (doesn't pygobject provide it's version in some prop?)

« Back to merge proposal