diff -r 00eb43688a57 -r 22f634977c95 sobjects/hooks.py --- a/sobjects/hooks.py Mon Mar 23 18:53:53 2009 +0100 +++ b/sobjects/hooks.py Wed Mar 25 10:40:22 2009 +0100 @@ -22,6 +22,7 @@ class AutoDeleteBookmark(PreCommitOperation): + beid = None # make pylint happy def precommit_event(self): session = self.session if not self.beid in session.query_data('pendingeids', ()):