[kupfer: 18/20] plugin.services: Fix typo self.BLACK_LIST -> _SERVICES_BLACK_LIST



commit 24ff27b1ce0d3756555c94c759d4bb0413921c6d
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Wed Oct 7 00:04:40 2009 +0200

    plugin.services: Fix typo self.BLACK_LIST -> _SERVICES_BLACK_LIST

 kupfer/plugin/services.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/services.py b/kupfer/plugin/services.py
index 54ca723..bfd530d 100644
--- a/kupfer/plugin/services.py
+++ b/kupfer/plugin/services.py
@@ -104,7 +104,7 @@ class SystemServicesSource(Source, FilesystemWatchMixin, PicklingHelperMixin):
 		self.monitor_token = self.monitor_directories(self._initd_path)
 
 	def monitor_include_file(self, gfile):
-		return gfile and not gfile.get_basename() in self.BLACK_LIST
+		return gfile and not gfile.get_basename() in _SERVICES_BLACK_LIST
 
 	def get_items(self):
 		if self._initd_path is None:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]