From 942a8635a094e2377efcdebb119fa469af350843 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 17 Oct 2012 17:27:42 -0500 Subject: [PATCH] remove the servers array, there is no need for it --- notmuchmailchecker.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/notmuchmailchecker.py b/notmuchmailchecker.py index 37fdf3f..3268233 100644 --- a/notmuchmailchecker.py +++ b/notmuchmailchecker.py @@ -19,8 +19,6 @@ class NotmuchMailChecker(object): db_path = '' - servers = [] - def __init__(self, db_path): self.db_path = db_path