Oops.. Misisng a reference there, are we.. :)
authorMagnus Hagander <magnus@hagander.net>
Sat, 7 Jul 2012 14:43:49 +0000 (16:43 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 7 Jul 2012 14:43:49 +0000 (16:43 +0200)
loader/lib/parser.py

index c0774136fc2fdb8bb526768858cd75da0fffa5d8..258cc2bfbeb2ac0b1c32d94ce892349930aac368 100644 (file)
@@ -157,7 +157,7 @@ class ArchivesParser(object):
                                b = b.replace(u'\udbff\n\udef8', '')
 
                # Remove postgres specific mail footer - if it's there
-               m = _re_footer.match(b)
+               m = self._re_footer.match(b)
                if m:
                        b = m.group(1)
                return b