Shouldn’t..
        def _getSaveNewUnchanged(self):
                try:
                        ret = self._saveNewUnchanged
                except AttributeError:
                        ret = self._saveNewUnchanged = False
                return ret

Be..
        def _getSaveNewUnchanged(self):
                try:
                        ret = self._saveNewUnchanged
                except AttributeError:
                        ret = False
                return ret
?

Larry Long

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.472 / Virus Database: 269.9.1/854 - Release Date: 06/19/2007
1:12 PM
 



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to