From 4b14145f10618f3a26108452e5be71eb45350375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Allard?= Date: Thu, 4 Dec 2014 23:13:26 +0100 Subject: [PATCH] Of course, pep8 had to fail ... --- master/buildbot/status/irc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/master/buildbot/status/irc.py b/master/buildbot/status/irc.py index 7a9b7749288..571ed20d919 100644 --- a/master/buildbot/status/irc.py +++ b/master/buildbot/status/irc.py @@ -159,7 +159,6 @@ def __init__(self, nickname, password, channels, pm_to_nicks, tags, notify_event self.useColors = useColors self.allowShutdown = allowShutdown - def __getstate__(self): d = self.__dict__.copy() del d['p']