hooks/metadata.py
changeset 7894 ad0eeb0f7a8d
parent 7879 9aae456abab5
child 8190 2a3c1b787688
--- a/hooks/metadata.py	Thu Sep 29 14:07:37 2011 +0200
+++ b/hooks/metadata.py	Thu Sep 29 14:47:04 2011 +0200
@@ -150,6 +150,8 @@
 # entity source handling #######################################################
 
 class ChangeEntityUpdateCaches(hook.Operation):
+    oldsource = newsource = entity = None # make pylint happy
+
     def postcommit_event(self):
         self.oldsource.reset_caches()
         repo = self.session.repo